GET /api/bet_types/19df4699-baf4-48c9-869c-bb330ff47b62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19df4699-baf4-48c9-869c-bb330ff47b62",
    "match": "https://api-prod.gambitprofit.com/api/matches/95469d66-da05-4c24-b5cd-359aec328286/?format=api",
    "name": "FreeForm",
    "created_at": "2024-01-14T23:18:18.223623-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1dfd8344-805f-47b8-b1b1-fe47924621d4",
            "gambit_id": "919839f6-34de-469e-98cc-a83fc7125e47",
            "last_updated": "2024-01-16T23:03:26.949990-05:00",
            "created_at": "2024-01-14T23:18:18.229636-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19df4699-baf4-48c9-869c-bb330ff47b62/?format=api"
        },
        {
            "id": "ae65f019-7f67-480e-a15f-49a333239532",
            "gambit_id": "09504748-af25-4c1b-9e6a-48baa236a912",
            "last_updated": "2024-01-16T23:03:26.954271-05:00",
            "created_at": "2024-01-14T23:18:18.234497-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19df4699-baf4-48c9-869c-bb330ff47b62/?format=api"
        }
    ]
}