GET /api/bet_types/fd57627d-28e2-4851-a87b-4460a4e97326/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd57627d-28e2-4851-a87b-4460a4e97326",
    "match": "https://api-prod.gambitprofit.com/api/matches/023807d1-69c6-4bf1-bdfb-63d99b1233ec/?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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0de7ad87-e0b6-4bd8-8472-812a162a4284",
            "gambit_id": "3c900d3f-9682-47c4-acd4-493e60751846",
            "last_updated": "2022-11-01T10:22:32.632074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd57627d-28e2-4851-a87b-4460a4e97326/?format=api"
        },
        {
            "id": "696645ca-3d46-4958-9579-ac30c06cc592",
            "gambit_id": "e23b955a-daef-47b0-ab4e-8275639bde5a",
            "last_updated": "2022-11-01T10:22:32.633223-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd57627d-28e2-4851-a87b-4460a4e97326/?format=api"
        }
    ]
}