GET /api/bet_types/df0c01c6-7387-4c5d-8a11-8579c88b8fca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df0c01c6-7387-4c5d-8a11-8579c88b8fca",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8cba1ca-a19a-4bb6-8efc-1308c265b164/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:47:00.432065-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 Lakers",
                "amount": 5599.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "c781f380-da18-4a0a-a9ef-5ae79a076a71",
            "gambit_id": "970b689e-66b0-45f4-9d28-ada349a0492e",
            "last_updated": "2023-05-09T11:41:55.150391-04:00",
            "created_at": "2023-05-08T11:47:00.433908-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df0c01c6-7387-4c5d-8a11-8579c88b8fca/?format=api"
        },
        {
            "id": "8ac9e77c-1e1d-4ac9-8c5d-4056921a0571",
            "gambit_id": "7223c1df-142e-4001-a372-e08a3dcd026d",
            "last_updated": "2023-05-09T11:41:55.151822-04:00",
            "created_at": "2023-05-08T11:47:00.435913-04:00",
            "name": "Golden State Warriors",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df0c01c6-7387-4c5d-8a11-8579c88b8fca/?format=api"
        }
    ]
}