GET /api/bet_types/0c07f5d1-6135-40f6-b511-085e78535018/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c07f5d1-6135-40f6-b511-085e78535018",
    "match": "https://api-prod.gambitprofit.com/api/matches/924ad53f-b147-4009-890a-e47199d89014/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-13T08:57:58.694706-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee86fe9d-64e0-4b41-903b-f6eb89d2bbf6",
            "gambit_id": "784ada2a-203a-48af-bdd7-87729e1028f9",
            "last_updated": "2023-12-14T11:53:17.070882-05:00",
            "created_at": "2023-12-13T08:57:58.702273-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c07f5d1-6135-40f6-b511-085e78535018/?format=api"
        },
        {
            "id": "ddc2e356-621e-4454-825b-c51ea1156288",
            "gambit_id": "f5c81428-1ca4-4446-8bbb-9e77e7068e5b",
            "last_updated": "2023-12-14T11:53:17.052861-05:00",
            "created_at": "2023-12-13T08:57:58.698426-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c07f5d1-6135-40f6-b511-085e78535018/?format=api"
        }
    ]
}