GET /api/bet_types/7a0cb0ff-24e4-41bf-a641-b55eca5b0bc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a0cb0ff-24e4-41bf-a641-b55eca5b0bc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/df8e3a12-743f-4fad-a2cd-b17241de32da/?format=api",
    "name": "FreeForm",
    "created_at": "2023-11-14T09:18:03.873868-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d6ea197-1c1f-46a5-a29f-0137031db12c",
            "gambit_id": "eab5bf61-84b7-4b49-ba3a-336fb84e5a4a",
            "last_updated": "2023-11-17T09:33:30.341645-05:00",
            "created_at": "2023-11-14T09:18:03.883946-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0cb0ff-24e4-41bf-a641-b55eca5b0bc2/?format=api"
        },
        {
            "id": "c0665010-7f0a-439b-b6c9-f0628193b4f5",
            "gambit_id": "4320e951-221f-4f3c-a068-071fc3e0f21d",
            "last_updated": "2023-11-17T09:33:30.338226-05:00",
            "created_at": "2023-11-14T09:18:03.879439-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0cb0ff-24e4-41bf-a641-b55eca5b0bc2/?format=api"
        }
    ]
}