GET /api/bet_types/1ce7dbd2-c519-4cc0-9f4b-8f335d59b9d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ce7dbd2-c519-4cc0-9f4b-8f335d59b9d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fd306b2-52e5-469b-8e4c-780b282d157e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:24.262837-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": "Los Angeles Rams",
                "amount": 5773.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d99576a-433d-48ce-8202-a37748505509",
            "gambit_id": "3ac680a1-77ed-4411-ac6f-9d47b918ad41",
            "last_updated": "2023-08-14T11:13:17.134470-04:00",
            "created_at": "2023-08-11T11:43:24.270358-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce7dbd2-c519-4cc0-9f4b-8f335d59b9d9/?format=api"
        },
        {
            "id": "47308b80-489f-4000-b887-3eb4f35b517d",
            "gambit_id": "d6e75eeb-2a09-42d3-9301-0f65d43e0be9",
            "last_updated": "2023-08-14T11:13:17.131162-04:00",
            "created_at": "2023-08-11T11:43:24.266562-04:00",
            "name": "Los Angeles Chargers",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce7dbd2-c519-4cc0-9f4b-8f335d59b9d9/?format=api"
        }
    ]
}