GET /api/bet_types/c3301ca4-4ab0-4a8a-b911-221c443c7c33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3301ca4-4ab0-4a8a-b911-221c443c7c33",
    "match": "https://api-prod.gambitprofit.com/api/matches/463d9a6d-7f1a-44cf-89f5-133716805119/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:04.040541-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": "TOR",
                "amount": 6020.0
            },
            {
                "team": "TEX",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "05e31517-2edd-4e8b-93c4-dba177af0c67",
            "gambit_id": "e1633175-919d-4158-92a4-5b4a2cd7dbe6",
            "last_updated": "2023-06-19T17:13:30.522323-04:00",
            "created_at": "2023-06-18T09:43:04.042530-04:00",
            "name": "TOR",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3301ca4-4ab0-4a8a-b911-221c443c7c33/?format=api"
        },
        {
            "id": "875c07b7-4db8-4c13-8e4f-ea2cf21a1dcd",
            "gambit_id": "4e043ea4-dd27-4f6f-a34a-69b5c3c2e917",
            "last_updated": "2023-06-19T17:13:30.524433-04:00",
            "created_at": "2023-06-18T09:43:04.044586-04:00",
            "name": "TEX",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3301ca4-4ab0-4a8a-b911-221c443c7c33/?format=api"
        }
    ]
}