GET /api/bet_types/98f52ac3-d1de-427f-a05f-d01d9422655d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98f52ac3-d1de-427f-a05f-d01d9422655d",
    "match": "https://api-prod.gambitprofit.com/api/matches/55edeb7b-bb7b-4b1a-bdc4-35049dc6dd61/?format=api",
    "name": "FreeForm",
    "created_at": "2024-01-27T09:18:16.138237-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdbaca12-26b5-4974-8d13-7e7ae682b44a",
            "gambit_id": "4d1b31d2-67f3-499d-9802-705d05b35da2",
            "last_updated": "2024-01-29T22:13:17.003236-05:00",
            "created_at": "2024-01-27T09:18:16.142368-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98f52ac3-d1de-427f-a05f-d01d9422655d/?format=api"
        },
        {
            "id": "127dfa7b-2021-4eb9-906e-9d9d61def0f4",
            "gambit_id": "39ee474c-ec88-406b-b876-a42454640bf4",
            "last_updated": "2024-01-29T22:13:17.006833-05:00",
            "created_at": "2024-01-27T09:18:16.146089-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98f52ac3-d1de-427f-a05f-d01d9422655d/?format=api"
        }
    ]
}