GET /api/bet_types/5429f72f-c54c-48fd-a780-5afcfc578b71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5429f72f-c54c-48fd-a780-5afcfc578b71",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b854212-ccb0-4278-b838-ea32dd9cad06/?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": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "e51513d1-66a0-49e5-a7c9-6c00d2850380",
            "gambit_id": "4542f369-13c4-4d47-9e02-6f21c4f8da19",
            "last_updated": "2022-08-23T09:56:58.555049-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5429f72f-c54c-48fd-a780-5afcfc578b71/?format=api"
        },
        {
            "id": "be1d3424-1e20-4a9e-ab06-18d29c6152a8",
            "gambit_id": "c14fa63f-2ff2-4540-b07d-7f709035047b",
            "last_updated": "2022-08-23T09:56:58.554522-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5429f72f-c54c-48fd-a780-5afcfc578b71/?format=api"
        }
    ]
}