GET /api/bet_types/f5f324c2-1b67-4c90-8bb7-77765be39b88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5f324c2-1b67-4c90-8bb7-77765be39b88",
    "match": "https://api-prod.gambitprofit.com/api/matches/69d9a499-3d8d-4977-934b-47ee73103cad/?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": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9238d5ac-0e69-4783-b982-da09fc88e8c7",
            "gambit_id": "fe808301-c40e-438e-9435-fe2b1ffa5f68",
            "last_updated": "2022-09-25T21:37:33.272573-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5f324c2-1b67-4c90-8bb7-77765be39b88/?format=api"
        },
        {
            "id": "949d8519-5d2c-4678-8899-d8b5345002e9",
            "gambit_id": "b03d7f15-6238-42ce-8301-dbce09e77463",
            "last_updated": "2022-09-25T21:37:33.273640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5f324c2-1b67-4c90-8bb7-77765be39b88/?format=api"
        }
    ]
}