GET /api/bet_types/174e21f6-81f2-4a5c-b91f-b47950893a16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "174e21f6-81f2-4a5c-b91f-b47950893a16",
    "match": "https://api-prod.gambitprofit.com/api/matches/10dfd2b5-ba63-434d-8c70-1f927ae44829/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T08:33:16.187263-04: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": "ATL",
                "amount": 6100.0
            },
            {
                "team": "PHI",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "379deb1a-03f6-48c9-a7e9-131de34675f9",
            "gambit_id": "077c026d-694e-41e2-951c-6e4e66e47d0c",
            "last_updated": "2023-06-28T18:38:07.423964-04:00",
            "created_at": "2023-06-21T08:33:16.189281-04:00",
            "name": "ATL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174e21f6-81f2-4a5c-b91f-b47950893a16/?format=api"
        },
        {
            "id": "6ea8d867-681f-4197-891a-b361933b34c8",
            "gambit_id": "0fd4b6c0-0762-4708-a8bb-9b28ea31b204",
            "last_updated": "2023-06-28T18:38:07.426725-04:00",
            "created_at": "2023-06-21T08:33:16.195595-04:00",
            "name": "PHI",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174e21f6-81f2-4a5c-b91f-b47950893a16/?format=api"
        }
    ]
}