GET /api/bet_types/d5f5ce5e-66d9-4805-854e-852c9c97f8b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5f5ce5e-66d9-4805-854e-852c9c97f8b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4a4e864-2e85-4fee-8ab1-73c527299007/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:06.466832-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": "CWS",
                "amount": 5688.0
            },
            {
                "team": "HOU",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f062201-8166-4445-ac8a-1f4875b6b45a",
            "gambit_id": "58a408fb-229e-4c58-bd85-dabd87aabb3b",
            "last_updated": "2023-05-15T11:37:02.027997-04:00",
            "created_at": "2023-05-14T10:57:06.468843-04:00",
            "name": "CWS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5f5ce5e-66d9-4805-854e-852c9c97f8b9/?format=api"
        },
        {
            "id": "7f1a1bc0-ef1d-4f73-a053-d4594cc9fde9",
            "gambit_id": "7c5e7177-8b02-4db6-8e6f-ce639dd02026",
            "last_updated": "2023-05-15T11:37:02.029196-04:00",
            "created_at": "2023-05-14T10:57:06.471116-04:00",
            "name": "HOU",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5f5ce5e-66d9-4805-854e-852c9c97f8b9/?format=api"
        }
    ]
}