GET /api/bet_types/1da61ab4-3f6b-4ac6-a009-bd7e7f730b50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1da61ab4-3f6b-4ac6-a009-bd7e7f730b50",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4d1b578-998a-48ce-89e3-ba33157d36c5/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-25T08:58:21.030474-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6822cfd9-12b5-42e2-aefc-3f701f8fff84",
            "gambit_id": "5817c2ce-d858-4173-a3dd-67c3f7e5b978",
            "last_updated": "2023-09-26T10:03:07.672528-04:00",
            "created_at": "2023-09-25T08:58:21.035815-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da61ab4-3f6b-4ac6-a009-bd7e7f730b50/?format=api"
        },
        {
            "id": "af8ddb84-f59b-4d34-8dff-acc93c70066f",
            "gambit_id": "6f492cfc-e624-4a9a-b4a9-b1d21639a578",
            "last_updated": "2023-09-26T10:03:07.676012-04:00",
            "created_at": "2023-09-25T08:58:21.039900-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da61ab4-3f6b-4ac6-a009-bd7e7f730b50/?format=api"
        }
    ]
}