GET /api/bet_types/1cc63e3a-caeb-4b6a-97ca-f109ee936120/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cc63e3a-caeb-4b6a-97ca-f109ee936120",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ab42f3e-51a8-4f2c-8799-1d7977117cad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:11.638903-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "17b6e847-8724-4623-9f94-fecaba812865",
            "gambit_id": "6b726bf2-dd73-4e9e-bcb1-3cd773e66818",
            "last_updated": "2023-12-18T10:38:04.801000-05:00",
            "created_at": "2023-12-16T09:23:11.643057-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cc63e3a-caeb-4b6a-97ca-f109ee936120/?format=api"
        },
        {
            "id": "768d50e2-d72c-473a-abe7-cd732f741349",
            "gambit_id": "217642b9-3652-41a5-af81-182082be7709",
            "last_updated": "2023-12-18T10:38:04.804342-05:00",
            "created_at": "2023-12-16T09:23:11.647334-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cc63e3a-caeb-4b6a-97ca-f109ee936120/?format=api"
        }
    ]
}