GET /api/bet_types/6638c6da-69fa-48c1-9572-cc4198b43394/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6638c6da-69fa-48c1-9572-cc4198b43394",
    "match": "https://api-prod.gambitprofit.com/api/matches/0143bbd2-f4ef-43fa-9f14-48e6401a655c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-12T09:03:11.974961-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": "STL",
                "amount": 5867.0
            },
            {
                "team": "SFO",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd7f6898-5fc6-462f-9d5f-91eb138a269c",
            "gambit_id": "ff4467d8-c774-4505-864d-30dbc3b9b570",
            "last_updated": "2023-06-13T10:48:25.864683-04:00",
            "created_at": "2023-06-12T09:03:11.978572-04:00",
            "name": "STL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6638c6da-69fa-48c1-9572-cc4198b43394/?format=api"
        },
        {
            "id": "9b0a1d0e-d88c-45ea-baa6-371373d48f80",
            "gambit_id": "87b32917-25f2-46e4-ac36-a24e8c59aaaf",
            "last_updated": "2023-06-13T10:48:25.862701-04:00",
            "created_at": "2023-06-12T09:03:11.976679-04:00",
            "name": "SFO",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6638c6da-69fa-48c1-9572-cc4198b43394/?format=api"
        }
    ]
}