GET /api/bet_types/0dc7c764-b381-4a4d-b636-29a1fd7e66d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dc7c764-b381-4a4d-b636-29a1fd7e66d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3295b6f1-436c-48f8-a8ee-6e7e6aa694ce/?format=api",
    "name": "FreeForm",
    "created_at": "2024-01-29T09:13:14.914984-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": "3b4f4b0e-2499-46c0-977d-412ea115250e",
            "gambit_id": "a71e203b-e8e0-4e56-9f45-4f8c16474b91",
            "last_updated": "2024-01-31T10:23:32.758608-05:00",
            "created_at": "2024-01-29T09:13:14.918809-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc7c764-b381-4a4d-b636-29a1fd7e66d0/?format=api"
        },
        {
            "id": "4dfeb6cd-70ac-4079-83bf-8c06df63d092",
            "gambit_id": "d489bc79-52c5-4fcb-8dd3-19e695bbf72c",
            "last_updated": "2024-01-31T10:23:32.772911-05:00",
            "created_at": "2024-01-29T09:13:14.922504-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc7c764-b381-4a4d-b636-29a1fd7e66d0/?format=api"
        }
    ]
}