GET /api/bet_types/08e24a20-22ec-41ef-be55-775155137fc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08e24a20-22ec-41ef-be55-775155137fc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fe818e0-6c2a-4c09-b0db-b8e6fd66efec/?format=api",
    "name": "FreeForm",
    "created_at": "1969-12-31T19:00:00-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4601a0f-de46-46f2-9f36-bd4dabb424e2",
            "gambit_id": "cf86ea95-8f46-4eda-95f5-9d100bc5212c",
            "last_updated": "2022-11-03T10:13:20.421328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08e24a20-22ec-41ef-be55-775155137fc9/?format=api"
        },
        {
            "id": "de931856-df46-4241-94b9-aae88f5bcb12",
            "gambit_id": "ffc6cf6d-9556-4810-ae75-db3e366df9a0",
            "last_updated": "2022-11-03T10:13:20.422372-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08e24a20-22ec-41ef-be55-775155137fc9/?format=api"
        }
    ]
}