GET /api/bet_types/5c096e22-6c46-4066-8e1c-ff2c6bb755f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c096e22-6c46-4066-8e1c-ff2c6bb755f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1009ad20-ff05-418b-994a-f7a9091ff7b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:06.847474-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": "Atlanta Falcons",
                "amount": 6314.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "00128dbb-8386-4a5d-a44b-c5d7ff03b8d3",
            "gambit_id": "ff9a12e7-c5d4-418d-83ee-285c7ce00b9c",
            "last_updated": "2023-11-06T21:18:16.014504-05:00",
            "created_at": "2023-11-02T09:03:06.855669-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c096e22-6c46-4066-8e1c-ff2c6bb755f0/?format=api"
        },
        {
            "id": "0f87c048-0540-4e4a-97c7-d3ed0d3bfcfb",
            "gambit_id": "6e146094-80c3-4afe-80c9-beaf3afa2984",
            "last_updated": "2023-11-06T21:18:16.011032-05:00",
            "created_at": "2023-11-02T09:03:06.850853-04:00",
            "name": "Minnesota Vikings",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c096e22-6c46-4066-8e1c-ff2c6bb755f0/?format=api"
        }
    ]
}