GET /api/bet_types/d4a07ad2-f49f-451c-b235-e8445e5905e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4a07ad2-f49f-451c-b235-e8445e5905e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfa3b7a6-f5b2-472d-97d6-16e2a8759547/?format=api",
    "name": "FreeForm",
    "created_at": "2023-08-14T10:33:06.250232-04: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": "4d8f6a6b-2f74-4cbf-8e69-18da9358f342",
            "gambit_id": "9fd81328-9ff7-4895-9aa6-1b3448bdd4d2",
            "last_updated": "2023-08-15T18:43:14.914946-04:00",
            "created_at": "2023-08-14T10:33:06.256141-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4a07ad2-f49f-451c-b235-e8445e5905e2/?format=api"
        },
        {
            "id": "21fd882b-1bdd-401f-827a-d625d1b61405",
            "gambit_id": "ee465db9-ab07-47c2-a272-4e8285741eab",
            "last_updated": "2023-08-15T18:43:14.918522-04:00",
            "created_at": "2023-08-14T10:33:06.261263-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4a07ad2-f49f-451c-b235-e8445e5905e2/?format=api"
        }
    ]
}