GET /api/bet_types/c0ed4a2b-855e-49ba-93d6-c5ce67d0ce80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0ed4a2b-855e-49ba-93d6-c5ce67d0ce80",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6d88364-10ff-48c4-a5b4-a01e70d4eccc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-13T08:57:58.203333-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Buffalo Sabres",
                "amount": 5773.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b8ca26c-c452-4dac-94a5-820f6147be71",
            "gambit_id": "25bc0dde-39bc-488e-9bf5-0e46e0ac2221",
            "last_updated": "2023-12-15T09:53:15.240085-05:00",
            "created_at": "2023-12-13T08:57:58.208063-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ed4a2b-855e-49ba-93d6-c5ce67d0ce80/?format=api"
        },
        {
            "id": "b927d1d7-a6a6-4f41-8c39-da3192dd62cc",
            "gambit_id": "b693b773-8f05-47ce-9ebe-05f01cd7d4f8",
            "last_updated": "2023-12-15T09:53:15.243500-05:00",
            "created_at": "2023-12-13T08:57:58.213191-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ed4a2b-855e-49ba-93d6-c5ce67d0ce80/?format=api"
        }
    ]
}