GET /api/bet_types/03fa0bd1-c266-41f2-b1b2-9c751fb1209d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03fa0bd1-c266-41f2-b1b2-9c751fb1209d",
    "match": "https://api-prod.gambitprofit.com/api/matches/79b9c452-50a1-444e-99ae-0f32e0ccfaa5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:13.215102-05: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": "Cincinnati Bengals",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d46813dd-f238-4979-be4b-966e44b326e1",
            "gambit_id": "e125bb61-54f6-42a8-9418-3668c400e093",
            "last_updated": "2023-01-09T09:57:16.787272-05:00",
            "created_at": "2023-01-05T09:57:13.216339-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fa0bd1-c266-41f2-b1b2-9c751fb1209d/?format=api"
        },
        {
            "id": "a22f5c0c-e065-41c8-b854-c4f2c13412f7",
            "gambit_id": "8138b824-f0c8-4d17-8a56-876477b97f81",
            "last_updated": "2023-01-09T09:57:16.788329-05:00",
            "created_at": "2023-01-05T09:57:13.217707-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fa0bd1-c266-41f2-b1b2-9c751fb1209d/?format=api"
        }
    ]
}