GET /api/bet_types/4c7d93fa-6ee1-497d-b4eb-70c2bba1bbb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c7d93fa-6ee1-497d-b4eb-70c2bba1bbb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ccc2796-4c9e-45e0-a667-c8dc298655e7/?format=api",
    "name": "FreeForm",
    "created_at": "2023-04-19T12:17:10.824599-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": "a2b98ccf-8b3b-49ca-8d33-2d5c826b6c94",
            "gambit_id": "da15533c-813f-4f47-ae87-0f4440420eea",
            "last_updated": "2023-04-21T22:27:05.786088-04:00",
            "created_at": "2023-04-19T12:17:10.830385-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7d93fa-6ee1-497d-b4eb-70c2bba1bbb1/?format=api"
        },
        {
            "id": "01367f03-9011-4e96-8a36-d03618e0b368",
            "gambit_id": "bc788ad0-b35e-46f2-ac4d-e78031377e02",
            "last_updated": "2023-04-21T22:27:05.783289-04:00",
            "created_at": "2023-04-19T12:17:10.827453-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7d93fa-6ee1-497d-b4eb-70c2bba1bbb1/?format=api"
        }
    ]
}