GET /api/bet_types/f535bf37-30b8-4037-9a92-40d4d9a48f50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f535bf37-30b8-4037-9a92-40d4d9a48f50",
    "match": "https://api-prod.gambitprofit.com/api/matches/5353d2d7-af10-48eb-a36b-271f77bc36bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-21T08:58:03.859939-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": "NYM",
                "amount": 5773.0
            },
            {
                "team": "PHI",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e0e6c5c-4240-4c7b-b350-1aceac464729",
            "gambit_id": "c6e730cb-0388-455d-9314-e9608aad7c74",
            "last_updated": "2023-09-23T10:18:10.034186-04:00",
            "created_at": "2023-09-21T08:58:03.863810-04:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f535bf37-30b8-4037-9a92-40d4d9a48f50/?format=api"
        },
        {
            "id": "673b4084-08ce-44a2-9315-1fa9064e3a85",
            "gambit_id": "03c7fae4-9442-4578-9636-210d56f3172b",
            "last_updated": "2023-09-23T10:18:10.037685-04:00",
            "created_at": "2023-09-21T08:58:03.868700-04:00",
            "name": "PHI",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f535bf37-30b8-4037-9a92-40d4d9a48f50/?format=api"
        }
    ]
}