GET /api/bet_types/fff2051e-9498-4933-a119-db4ad574df4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fff2051e-9498-4933-a119-db4ad574df4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0d15b27-c905-4042-9912-f83747494ab0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-30T09:36:55.286162-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": "Detroit Red Wings",
                "amount": 5599.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "eef79569-5cc7-4a3c-8169-675cc26be9ee",
            "gambit_id": "307233f9-993a-4a90-908b-54abd4ecc0f4",
            "last_updated": "2023-03-31T14:42:24.641173-04:00",
            "created_at": "2023-03-30T09:36:55.287494-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fff2051e-9498-4933-a119-db4ad574df4b/?format=api"
        },
        {
            "id": "65658682-fcdd-495e-96e2-98e1b72511e0",
            "gambit_id": "989bb5a6-b472-41f0-9f08-b4ffa0b7d835",
            "last_updated": "2023-03-31T14:42:24.644480-04:00",
            "created_at": "2023-03-30T09:36:55.288822-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fff2051e-9498-4933-a119-db4ad574df4b/?format=api"
        }
    ]
}