GET /api/bet_types/9e0bcbaf-5c18-4a35-a761-c03d3cd62f88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e0bcbaf-5c18-4a35-a761-c03d3cd62f88",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5e209b6-9b74-4595-ac54-d2d5d558d8b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T11:07:04.310177-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": "Maycee Barber",
                "amount": 6859.0
            },
            {
                "team": "Andrea Lee",
                "amount": 3141.0
            }
        ],
        "expected_reward_tokens": 9328.24,
        "profit_sb": -171.76,
        "profit_sb_percentage": -1.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f9bd1a2-8323-4ba7-b374-eccf30b2402e",
            "gambit_id": "70ae1848-20a8-4b2b-9db1-97f0e9f63c89",
            "last_updated": "2023-03-27T11:51:56.848307-04:00",
            "created_at": "2023-03-24T11:07:04.311658-04:00",
            "name": "Maycee Barber",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0bcbaf-5c18-4a35-a761-c03d3cd62f88/?format=api"
        },
        {
            "id": "15114e3e-1df4-4166-8853-f0c898ee2ee2",
            "gambit_id": "de73d99c-156d-4364-8226-e01f38ab26b3",
            "last_updated": "2023-03-27T11:51:56.851927-04:00",
            "created_at": "2023-03-24T11:07:04.313439-04:00",
            "name": "Andrea Lee",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0bcbaf-5c18-4a35-a761-c03d3cd62f88/?format=api"
        }
    ]
}