GET /api/bet_types/1c873540-7e84-434b-89f1-69593e4cb512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c873540-7e84-434b-89f1-69593e4cb512",
    "match": "https://api-prod.gambitprofit.com/api/matches/91c1d660-2ad9-4399-8db9-fb2dbe51c0ad/?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": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "4059e63f-15c9-470c-97b4-75acea7d33ef",
            "gambit_id": "2c176acc-a183-4d01-870f-23d0b1fdeef3",
            "last_updated": "2022-09-13T22:47:01.693903-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/1c873540-7e84-434b-89f1-69593e4cb512/?format=api"
        },
        {
            "id": "26121535-57d3-42b1-9d63-3e3a0bed711a",
            "gambit_id": "10f907de-db3f-4255-baed-b9aa8eab636b",
            "last_updated": "2022-09-13T22:47:01.692727-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/1c873540-7e84-434b-89f1-69593e4cb512/?format=api"
        }
    ]
}