GET /api/bet_types/64315807-0256-4091-98be-9e042d01197f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64315807-0256-4091-98be-9e042d01197f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed768c98-05ba-4ccb-bc57-9f16fcd66e72/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:11:59.984354-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": "Colorado Avalanche",
                "amount": 6390.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "47c9e1ca-8712-4389-a380-9c1a1c6750fc",
            "gambit_id": "25c60514-e9a7-412f-9997-f250a74a9526",
            "last_updated": "2023-04-19T20:46:53.397684-04:00",
            "created_at": "2023-04-18T12:11:59.986644-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64315807-0256-4091-98be-9e042d01197f/?format=api"
        },
        {
            "id": "8fd9da77-818b-415b-b807-bb7f10523e20",
            "gambit_id": "f0497238-a3d4-45fa-82a6-367afb00cd91",
            "last_updated": "2023-04-19T20:46:53.401841-04:00",
            "created_at": "2023-04-18T12:11:59.989454-04:00",
            "name": "Seattle Kraken",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64315807-0256-4091-98be-9e042d01197f/?format=api"
        }
    ]
}