GET /api/bet_types/66f32807-3ee1-4bb9-a62a-919ce2bdb6d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66f32807-3ee1-4bb9-a62a-919ce2bdb6d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/99f5685b-68a5-411d-9ff1-7198ac59293b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T12:38:06.762349-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": "ARI (B Pfaadt)",
                "amount": 5222.0
            },
            {
                "team": "CIN (B Williamson)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf6d27e8-10f4-4f71-a170-8f0bd105fc0b",
            "gambit_id": "2edb7a78-8e7b-4907-9432-028d4c6dce44",
            "last_updated": "2023-07-23T21:58:29.168608-04:00",
            "created_at": "2023-07-22T12:38:06.769585-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66f32807-3ee1-4bb9-a62a-919ce2bdb6d5/?format=api"
        },
        {
            "id": "cd25f199-7268-4a02-ba0d-a751e2290eea",
            "gambit_id": "8bb0b80c-a1ac-43f9-8107-a51f9b76abd0",
            "last_updated": "2023-07-23T21:58:29.172803-04:00",
            "created_at": "2023-07-22T12:38:06.774286-04:00",
            "name": "CIN (B Williamson)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66f32807-3ee1-4bb9-a62a-919ce2bdb6d5/?format=api"
        }
    ]
}