GET /api/bet_types/286de674-4f49-44ae-aaff-f47cd70593ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "286de674-4f49-44ae-aaff-f47cd70593ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/d535c22e-fdbe-4642-8ef7-9a2c07f58692/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T10:33:24.465585-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": "San Antonio Spurs",
                "amount": 5861.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "2df3b0b5-ca7e-4a98-9257-17a670791f64",
            "gambit_id": "4901be82-9ace-4a28-84e9-5cc3673076a6",
            "last_updated": "2023-10-30T15:08:13.235757-04:00",
            "created_at": "2023-10-27T10:33:24.475273-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/286de674-4f49-44ae-aaff-f47cd70593ab/?format=api"
        },
        {
            "id": "8a1bdc65-d16a-49b5-a567-98c6030c40a3",
            "gambit_id": "ebeeb0e8-5665-42b8-965e-33b8bfbd268d",
            "last_updated": "2023-10-30T15:08:13.232249-04:00",
            "created_at": "2023-10-27T10:33:24.470305-04:00",
            "name": "Houston Rockets",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/286de674-4f49-44ae-aaff-f47cd70593ab/?format=api"
        }
    ]
}