GET /api/bet_types/257309dd-f7a6-4693-9a51-89680df41731/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "257309dd-f7a6-4693-9a51-89680df41731",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ba6289e-dc3e-406f-8d32-4f9bab038543/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:23:05.411917-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": "Calgary Flames",
                "amount": 6090.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8653755d-ca3c-4b95-84bd-ae5b710fc20c",
            "gambit_id": "2b20fd18-4e44-4bea-bae4-8b7195159046",
            "last_updated": "2023-11-27T10:13:22.266202-05:00",
            "created_at": "2023-11-25T09:23:05.415490-05:00",
            "name": "Calgary Flames",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257309dd-f7a6-4693-9a51-89680df41731/?format=api"
        },
        {
            "id": "689c6ec6-bbce-49b1-a16e-fe3aee11e8e5",
            "gambit_id": "60b1a1e3-3311-4013-9d59-4c0a09e41fd8",
            "last_updated": "2023-11-27T10:13:22.270981-05:00",
            "created_at": "2023-11-25T09:23:05.419151-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257309dd-f7a6-4693-9a51-89680df41731/?format=api"
        }
    ]
}