GET /api/bet_types/57cd6b8e-b592-48eb-934e-d332f5f23951/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57cd6b8e-b592-48eb-934e-d332f5f23951",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdc83e7d-802d-4f14-8d90-e4f82c525e30/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-23T09:23:23.946509-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "27bdfc10-3ab2-4edb-adbb-a69eb6a2d26e",
            "gambit_id": "4991d83e-9548-4b3f-a079-fe4cf22fc218",
            "last_updated": "2023-10-24T10:18:15.153534-04:00",
            "created_at": "2023-10-23T09:23:23.950709-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cd6b8e-b592-48eb-934e-d332f5f23951/?format=api"
        },
        {
            "id": "d77b84a0-3100-43e7-8e6c-57271ae90041",
            "gambit_id": "3357031f-18eb-4e02-8796-6274825e7c61",
            "last_updated": "2023-10-24T10:18:15.157292-04:00",
            "created_at": "2023-10-23T09:23:23.954728-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cd6b8e-b592-48eb-934e-d332f5f23951/?format=api"
        }
    ]
}