GET /api/bet_types/41fa2493-f676-4ace-ae8b-c0679d0058ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41fa2493-f676-4ace-ae8b-c0679d0058ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/a745bec5-980b-4732-8ce2-cb9eaf43fd98/?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 Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "23de5e47-45c8-411e-8d8f-ec4d89019f98",
            "gambit_id": "0cd89655-7667-40a1-b903-6a264867b165",
            "last_updated": "2022-10-27T11:52:05.210952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41fa2493-f676-4ace-ae8b-c0679d0058ac/?format=api"
        },
        {
            "id": "4fb802ca-9126-442b-bd37-607cd961f86b",
            "gambit_id": "237e7fa7-1b40-450e-b255-de34b106c9b4",
            "last_updated": "2022-10-27T11:52:05.211909-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41fa2493-f676-4ace-ae8b-c0679d0058ac/?format=api"
        }
    ]
}