GET /api/bet_types/0710a607-ea51-4b4c-85d4-473903b2ac35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0710a607-ea51-4b4c-85d4-473903b2ac35",
    "match": "https://api-prod.gambitprofit.com/api/matches/66adfd25-cb44-42b6-ac7f-984bc15ee0c2/?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": "Mid Tenn State",
                "amount": 5000.0
            },
            {
                "team": "Colorado State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "54539ca9-446f-4c9a-b5f6-f024abb0a793",
            "gambit_id": "5d0226e0-d4a2-4b7f-9eac-df86d91ff610",
            "last_updated": "2022-09-11T10:47:30.477056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0710a607-ea51-4b4c-85d4-473903b2ac35/?format=api"
        },
        {
            "id": "ff736832-c18c-4ef6-a3a9-3c5b22c13b1e",
            "gambit_id": "4fbac7e7-b611-4012-a202-c0c7d63599b4",
            "last_updated": "2022-09-11T10:47:30.476057-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0710a607-ea51-4b4c-85d4-473903b2ac35/?format=api"
        }
    ]
}