GET /api/bet_types/8b948681-b0df-4afb-9b4d-709a9b89601b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b948681-b0df-4afb-9b4d-709a9b89601b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cbad125-8a2f-4fbd-a89c-af41f852805d/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-09T15:33:08.617488-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": "2e930212-1fd0-456d-9fe1-3b0ca09d7665",
            "gambit_id": "f73f752f-c336-495f-b0dd-7eaea9c04493",
            "last_updated": "2023-10-10T09:48:23.443285-04:00",
            "created_at": "2023-10-09T15:33:08.621848-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b948681-b0df-4afb-9b4d-709a9b89601b/?format=api"
        },
        {
            "id": "835a88a9-09ed-4fd5-a1ff-707f0858361c",
            "gambit_id": "9d0cdd94-e4c0-4058-891d-63a31043e1c4",
            "last_updated": "2023-10-10T09:48:23.447281-04:00",
            "created_at": "2023-10-09T15:33:08.625682-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b948681-b0df-4afb-9b4d-709a9b89601b/?format=api"
        }
    ]
}