GET /api/bet_types/2c0fa7cf-b100-4170-b0f6-0ecd96605cb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c0fa7cf-b100-4170-b0f6-0ecd96605cb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/12bc75c2-a179-4ed2-a5c2-c8e4de4bfe07/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-09T15:23:06.501175-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": "Seattle Kraken",
                "amount": 6090.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "097f41fe-81d1-47a4-b638-1f2c9bbd59ba",
            "gambit_id": "9a16ecbd-7a17-4642-bdcb-6df39d5ab6f0",
            "last_updated": "2023-10-11T09:02:55.516474-04:00",
            "created_at": "2023-10-09T15:23:06.506184-04:00",
            "name": "Seattle Kraken",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0fa7cf-b100-4170-b0f6-0ecd96605cb5/?format=api"
        },
        {
            "id": "cf604ac3-5fe2-4af6-9802-2d7545761232",
            "gambit_id": "42e09dd7-a1ff-4e81-b23a-f85aadc063a7",
            "last_updated": "2023-10-11T09:02:55.520169-04:00",
            "created_at": "2023-10-09T15:23:06.511486-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0fa7cf-b100-4170-b0f6-0ecd96605cb5/?format=api"
        }
    ]
}