GET /api/bet_types/a431d124-2942-4a3f-8141-67dd98be593b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a431d124-2942-4a3f-8141-67dd98be593b",
    "match": "https://api-prod.gambitprofit.com/api/matches/23499c02-61d6-4b39-9c0b-04e00c3ecd44/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-15T11:36:58.151443-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": "COL",
                "amount": 5602.0
            },
            {
                "team": "CIN",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9ab63b4-be49-4936-9890-8764aba2131c",
            "gambit_id": "84103974-d1a5-44a1-8308-7ab123dac3de",
            "last_updated": "2023-05-16T10:37:10.443065-04:00",
            "created_at": "2023-05-15T11:36:58.153122-04:00",
            "name": "COL",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a431d124-2942-4a3f-8141-67dd98be593b/?format=api"
        },
        {
            "id": "977399b1-8968-4f66-b4ac-661ace174bad",
            "gambit_id": "a7913657-235a-45bc-9b25-5dc462d4d22c",
            "last_updated": "2023-05-16T10:37:10.444836-04:00",
            "created_at": "2023-05-15T11:36:58.155726-04:00",
            "name": "CIN",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a431d124-2942-4a3f-8141-67dd98be593b/?format=api"
        }
    ]
}