GET /api/bet_types/61060ee3-7004-40e1-815d-305f2629401d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61060ee3-7004-40e1-815d-305f2629401d",
    "match": "https://api-prod.gambitprofit.com/api/matches/40bdcd3d-8469-44a8-a449-6088c348375a/?format=api",
    "name": "Play the Odds",
    "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": "Akron",
                "amount": 5000.0
            },
            {
                "team": "Central Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "35c16f14-cca1-4d52-85a0-bcb1925cc953",
            "gambit_id": "03693558-b674-4ce3-bf23-3b22510cabec",
            "last_updated": "2022-10-16T15:07:12.941956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61060ee3-7004-40e1-815d-305f2629401d/?format=api"
        },
        {
            "id": "bfdcb3fa-962d-4271-b884-abaa4056aceb",
            "gambit_id": "f7447aa9-d104-4203-9cd8-2e94f37c2f8a",
            "last_updated": "2022-10-16T15:07:12.942959-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61060ee3-7004-40e1-815d-305f2629401d/?format=api"
        }
    ]
}