GET /api/bet_types/f422a176-a0ff-4756-be6c-339494089aac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f422a176-a0ff-4756-be6c-339494089aac",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9e8edf7-afab-49ba-8d19-de2e34b73190/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-25T13:47:03.152472-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": "Boston Celtics",
                "amount": 7230.0
            },
            {
                "team": "Miami Heat",
                "amount": 2770.0
            }
        ],
        "expected_reward_tokens": 9471.3,
        "profit_sb": -28.7,
        "profit_sb_percentage": -0.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8c30275-5bdb-424c-a44a-c01b5e74720c",
            "gambit_id": "a9be99f8-6e9d-4473-aa31-573358f8651d",
            "last_updated": "2023-05-26T11:52:16.161567-04:00",
            "created_at": "2023-05-25T13:47:03.154806-04:00",
            "name": "Boston Celtics",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f422a176-a0ff-4756-be6c-339494089aac/?format=api"
        },
        {
            "id": "718afb8d-0957-4bd6-a3f9-feadb7d4d8b1",
            "gambit_id": "f66e43bd-b6fa-4999-af10-076882213a3e",
            "last_updated": "2023-05-26T11:52:16.163747-04:00",
            "created_at": "2023-05-25T13:47:03.157119-04:00",
            "name": "Miami Heat",
            "reward": "3.42000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f422a176-a0ff-4756-be6c-339494089aac/?format=api"
        }
    ]
}