GET /api/bet_types/4637e231-0173-4f3d-82dc-9a18b54a97f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4637e231-0173-4f3d-82dc-9a18b54a97f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6243048b-e709-4613-8141-337dd9fbb366/?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": "Texas A&M",
                "amount": 5097.0
            },
            {
                "team": "Florida",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bcbc26c-a630-44f7-911f-dd650313ca4e",
            "gambit_id": "14e9d480-a7d9-47b5-989d-30817762d103",
            "last_updated": "2022-11-06T08:17:22.017686-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4637e231-0173-4f3d-82dc-9a18b54a97f9/?format=api"
        },
        {
            "id": "aee03437-14fa-44f7-883f-7c711e853c39",
            "gambit_id": "78b797d3-937e-4435-b1ab-cd10db677646",
            "last_updated": "2022-11-06T08:17:22.018630-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4637e231-0173-4f3d-82dc-9a18b54a97f9/?format=api"
        }
    ]
}