GET /api/bet_types/61fed2af-fac9-49ab-af3b-481d3a4547d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61fed2af-fac9-49ab-af3b-481d3a4547d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3e6c0-9017-4ef5-978a-3f9b61b57357/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:04.922317-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": "HOU (B Bielak)",
                "amount": 6293.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4645c7f2-f88c-43fd-ac5e-63131d8c581e",
            "gambit_id": "85a51dbb-7639-4f7a-9279-964567396cfb",
            "last_updated": "2023-07-05T18:58:29.253521-04:00",
            "created_at": "2023-07-04T09:43:04.927084-04:00",
            "name": "HOU (B Bielak)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61fed2af-fac9-49ab-af3b-481d3a4547d4/?format=api"
        },
        {
            "id": "1e651f2d-9278-4b7b-a167-2cfbb1a19cf7",
            "gambit_id": "6bed9a1b-64d8-4392-a345-096779040fc2",
            "last_updated": "2023-07-05T18:58:29.250107-04:00",
            "created_at": "2023-07-04T09:43:04.924953-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61fed2af-fac9-49ab-af3b-481d3a4547d4/?format=api"
        }
    ]
}