GET /api/bet_types/65e9fa40-1c43-4e11-87fd-1e09c27b05f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65e9fa40-1c43-4e11-87fd-1e09c27b05f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc667673-e57b-4b13-a598-92a59fb036a4/?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": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "3950fd22-74c6-41c0-b545-f6fd2b19637d",
            "gambit_id": "c74d4804-8108-46bd-b692-2f9f821bdf9a",
            "last_updated": "2022-09-06T10:47:04.475244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e9fa40-1c43-4e11-87fd-1e09c27b05f0/?format=api"
        },
        {
            "id": "676f4651-e0b3-4b7d-bb20-7e02c4a7da9f",
            "gambit_id": "16273218-082f-4b0c-a475-976dbadb28c4",
            "last_updated": "2022-09-06T10:47:04.476375-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e9fa40-1c43-4e11-87fd-1e09c27b05f0/?format=api"
        }
    ]
}