GET /api/bet_types/587fb4bb-0ad7-4d89-821d-2be94d162855/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "587fb4bb-0ad7-4d89-821d-2be94d162855",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7878e6e-67f2-414f-a287-cc7228063220/?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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5347b648-df5b-4d93-ac11-125d698454ae",
            "gambit_id": "a685ca2b-9415-45dc-88a9-cb0077794c5a",
            "last_updated": "2022-10-31T11:22:07.283226-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/587fb4bb-0ad7-4d89-821d-2be94d162855/?format=api"
        },
        {
            "id": "2d51d04a-1420-4508-9fa8-28014a9e72bc",
            "gambit_id": "4168abbc-ebf3-458d-b274-b2e61cbd50fb",
            "last_updated": "2022-10-31T11:22:07.282142-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/587fb4bb-0ad7-4d89-821d-2be94d162855/?format=api"
        }
    ]
}