GET /api/bet_types/7844e61a-3b2e-4632-b69a-51253c917b3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7844e61a-3b2e-4632-b69a-51253c917b3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/242879d4-adb9-4e43-b99a-f436a828f058/?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": "Penn State",
                "amount": 5000.0
            },
            {
                "team": "Central Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6035d7d4-7a08-40ca-83ee-4336135e0a33",
            "gambit_id": "7418c932-8edc-46e9-8433-39b9b7d2ad51",
            "last_updated": "2022-09-25T15:32:17.783888-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-26.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7844e61a-3b2e-4632-b69a-51253c917b3d/?format=api"
        },
        {
            "id": "6d1f3da2-5cc9-4ad9-8ca4-cbd53e9fee40",
            "gambit_id": "b28b8b7f-ad6b-4c14-891f-d46998ccd314",
            "last_updated": "2022-09-25T15:32:17.785169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "26.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7844e61a-3b2e-4632-b69a-51253c917b3d/?format=api"
        }
    ]
}