GET /api/bet_types/694a8ef3-95e7-4144-a113-396ed4c42846/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "694a8ef3-95e7-4144-a113-396ed4c42846",
    "match": "https://api-prod.gambitprofit.com/api/matches/9319f946-5e6b-4203-ad19-3362cb45ce30/?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": "Minnesota",
                "amount": 5000.0
            },
            {
                "team": "Colorado",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "150158cb-6269-4d4d-ac25-d295e70088bc",
            "gambit_id": "3f143bdf-0a3b-4f42-a659-1964c1d39a57",
            "last_updated": "2022-09-18T09:27:37.721812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-28.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694a8ef3-95e7-4144-a113-396ed4c42846/?format=api"
        },
        {
            "id": "146e258f-c6bb-4bb2-958f-24964e37eee0",
            "gambit_id": "07666d49-7c49-40b9-a610-42e20664ff10",
            "last_updated": "2022-09-18T09:27:37.722792-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "28.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694a8ef3-95e7-4144-a113-396ed4c42846/?format=api"
        }
    ]
}