GET /api/bet_types/1c34520e-24a0-4831-9c54-f3a013c79b25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c34520e-24a0-4831-9c54-f3a013c79b25",
    "match": "https://api-prod.gambitprofit.com/api/matches/239fbc17-6f72-4816-9456-05c518730f1b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T13:12:59.087866-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": "SFO (L Webb)",
                "amount": 6173.0
            },
            {
                "team": "ARI (S Cecconi)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "04f20bc6-7ef3-4328-b9f2-074b88258bce",
            "gambit_id": "666ad3af-0a0b-4779-9bf6-404cfc6e3a36",
            "last_updated": "2023-08-04T09:28:12.317547-04:00",
            "created_at": "2023-08-02T13:12:59.100333-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c34520e-24a0-4831-9c54-f3a013c79b25/?format=api"
        },
        {
            "id": "32e4af60-310b-4196-a750-87961f6056a8",
            "gambit_id": "f7541a86-c212-4d38-a167-a06b51fbf5f0",
            "last_updated": "2023-08-04T09:28:12.313476-04:00",
            "created_at": "2023-08-02T13:12:59.094514-04:00",
            "name": "ARI (S Cecconi)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c34520e-24a0-4831-9c54-f3a013c79b25/?format=api"
        }
    ]
}