GET /api/bet_types/961e559d-31a7-4e6b-9bb2-fe399dfe4df3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "961e559d-31a7-4e6b-9bb2-fe399dfe4df3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4810e0a-bde1-4a0c-a70e-226cf93aaa3e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:23.038548-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": "Indianapolis Colts",
                "amount": 6090.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "96cc82fc-bce4-409d-b06f-9613191ea9db",
            "gambit_id": "25917a69-1250-447f-bc99-7f60fbbf81d7",
            "last_updated": "2023-08-14T11:18:18.098808-04:00",
            "created_at": "2023-08-11T11:43:23.041968-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/961e559d-31a7-4e6b-9bb2-fe399dfe4df3/?format=api"
        },
        {
            "id": "86c3abd3-5046-4f69-915f-f8f6ea092ca1",
            "gambit_id": "3de32232-70ac-4eaf-85a3-d581cfa9a73f",
            "last_updated": "2023-08-14T11:18:18.102900-04:00",
            "created_at": "2023-08-11T11:43:23.045623-04:00",
            "name": "Buffalo Bills",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/961e559d-31a7-4e6b-9bb2-fe399dfe4df3/?format=api"
        }
    ]
}