GET /api/bet_types/b8d625ca-e85c-4de8-9423-2f98bb6cb6f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8d625ca-e85c-4de8-9423-2f98bb6cb6f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/480dc885-d436-4eb2-9787-f6b820174132/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Oregon",
                "amount": 6811.0
            },
            {
                "team": "UCLA",
                "amount": 3189.0
            }
        ],
        "expected_reward_tokens": 9535.11,
        "profit_sb": 35.11,
        "profit_sb_percentage": 0.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "03954618-6a6c-420d-8a82-2c497d1203db",
            "gambit_id": "038d4685-f1b9-46ac-9fbb-02a2bab27a5a",
            "last_updated": "2022-10-23T19:42:06.814066-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d625ca-e85c-4de8-9423-2f98bb6cb6f8/?format=api"
        },
        {
            "id": "c9ad2a2c-543c-4f9e-9518-9854cdcdb482",
            "gambit_id": "003b593e-d18a-4c35-9b80-3afe3f1dced2",
            "last_updated": "2022-10-23T19:42:06.815319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "2.99000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d625ca-e85c-4de8-9423-2f98bb6cb6f8/?format=api"
        }
    ]
}