GET /api/bet_types/f4c0b2dd-af0a-4c6c-95a3-1c807f486955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4c0b2dd-af0a-4c6c-95a3-1c807f486955",
    "match": "https://api-prod.gambitprofit.com/api/matches/666f8d69-12d1-4147-b72b-731468952fcd/?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": "Calgary Flames",
                "amount": 6642.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bd4b584-6f72-4547-909f-243ac6899915",
            "gambit_id": "a3967aa1-01bc-4b45-b07e-ad879d23c86d",
            "last_updated": "2022-11-18T09:57:54.428862-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c0b2dd-af0a-4c6c-95a3-1c807f486955/?format=api"
        },
        {
            "id": "2e343c07-12b5-43f5-bcb1-4f5a9fe19b46",
            "gambit_id": "57f7ef63-30ed-4917-81a7-dee13da48c67",
            "last_updated": "2022-11-18T09:57:54.426422-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c0b2dd-af0a-4c6c-95a3-1c807f486955/?format=api"
        }
    ]
}