GET /api/bet_types/ff10b3ff-61a0-44c2-8813-1795f649ab42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff10b3ff-61a0-44c2-8813-1795f649ab42",
    "match": "https://api-prod.gambitprofit.com/api/matches/c75da933-09b7-44a1-87ca-be0cfbfaefee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T07:18:20.910765-05: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": "Washington Wizards",
                "amount": 5423.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "26e8c780-0367-4c68-bebe-5a2e52631238",
            "gambit_id": "017877ac-505b-4f3e-b876-8ed973434a0d",
            "last_updated": "2024-01-23T18:28:34.904290-05:00",
            "created_at": "2024-01-20T07:18:20.923672-05:00",
            "name": "Washington Wizards",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff10b3ff-61a0-44c2-8813-1795f649ab42/?format=api"
        },
        {
            "id": "82cc3250-c5a5-4f7f-9eb2-971ae74797de",
            "gambit_id": "90639e79-a821-40a8-851f-cccf6ce2947e",
            "last_updated": "2024-01-23T18:28:34.899789-05:00",
            "created_at": "2024-01-20T07:18:20.917296-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff10b3ff-61a0-44c2-8813-1795f649ab42/?format=api"
        }
    ]
}