GET /api/bet_types/1362fe2a-ff4b-4b98-9c5e-c7f3f9d59638/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1362fe2a-ff4b-4b98-9c5e-c7f3f9d59638",
    "match": "https://api-prod.gambitprofit.com/api/matches/58a7ad22-c9f6-4c38-bb77-3591bac85658/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "PIT",
                "amount": 5302.0
            },
            {
                "team": "STL",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 9066.42,
        "profit_sb": 66.42,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "771823d1-19f9-4713-885f-4a4f2efd8b59",
            "gambit_id": "8d066263-fa59-4616-9da1-ddc680febc9b",
            "last_updated": "2022-09-12T11:02:19.168581-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1362fe2a-ff4b-4b98-9c5e-c7f3f9d59638/?format=api"
        },
        {
            "id": "a98109d4-b22e-445f-9541-fcf9718fdf42",
            "gambit_id": "716ef704-81d0-493b-9076-17d58fbbf765",
            "last_updated": "2022-09-12T11:02:19.169516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1362fe2a-ff4b-4b98-9c5e-c7f3f9d59638/?format=api"
        }
    ]
}