GET /api/bet_types/deca1032-562d-4ac9-92c7-4e642e9d9cc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deca1032-562d-4ac9-92c7-4e642e9d9cc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7354588-20c2-42c5-bc86-507845cd51d7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T11:07:04.462743-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": "Nate Landwehr",
                "amount": 6386.0
            },
            {
                "team": "Austin Lingo",
                "amount": 3614.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "715c4977-8dfb-46e1-9a0a-5deb9f2b2486",
            "gambit_id": "6843296c-19f4-40f8-ac38-746d5a27952e",
            "last_updated": "2023-03-27T11:51:56.680289-04:00",
            "created_at": "2023-03-24T11:07:04.464463-04:00",
            "name": "Nate Landwehr",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca1032-562d-4ac9-92c7-4e642e9d9cc9/?format=api"
        },
        {
            "id": "594bcfb4-5ff8-4dbe-a29f-65d5245ff46f",
            "gambit_id": "703ec221-a08e-4e3c-8e03-422fd5b28fe8",
            "last_updated": "2023-03-27T11:51:56.683280-04:00",
            "created_at": "2023-03-24T11:07:04.466091-04:00",
            "name": "Austin Lingo",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca1032-562d-4ac9-92c7-4e642e9d9cc9/?format=api"
        }
    ]
}