GET /api/bet_types/43ca54ea-bc04-40b2-bae0-b31762dbbb89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43ca54ea-bc04-40b2-bae0-b31762dbbb89",
    "match": "https://api-prod.gambitprofit.com/api/matches/6484c38d-68bd-4014-a27c-313b63b51cc7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:21.440728-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": "Orlando Magic",
                "amount": 6856.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d72305e-d398-40d6-87a7-3bb95398a062",
            "gambit_id": "a72ac311-5dfe-4f31-978a-077680a61b71",
            "last_updated": "2024-02-01T10:38:00.131616-05:00",
            "created_at": "2024-01-31T09:58:21.444571-05:00",
            "name": "Orlando Magic",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ca54ea-bc04-40b2-bae0-b31762dbbb89/?format=api"
        },
        {
            "id": "17c19fe2-b9be-4a9b-a117-3421e4807980",
            "gambit_id": "45b17957-21f1-4cbb-919a-db0524f46768",
            "last_updated": "2024-02-01T10:38:00.135706-05:00",
            "created_at": "2024-01-31T09:58:21.449529-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ca54ea-bc04-40b2-bae0-b31762dbbb89/?format=api"
        }
    ]
}