GET /api/bet_types/4047eadd-27fc-4fa8-82c2-e53197bab9db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4047eadd-27fc-4fa8-82c2-e53197bab9db",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5050558-9a01-4764-8f25-ccc0be79ea77/?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": "Buffalo Bills",
                "amount": 5505.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4495.0
            }
        ],
        "expected_reward_tokens": 9303.45,
        "profit_sb": 303.45,
        "profit_sb_percentage": 3.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a0bbb54-6bf6-4ebb-b1e5-6d5c144c2a0c",
            "gambit_id": "725e40d7-affa-42c3-acd4-06ad83fb3126",
            "last_updated": "2022-09-09T09:52:13.902350-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.69000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4047eadd-27fc-4fa8-82c2-e53197bab9db/?format=api"
        },
        {
            "id": "33d70ff4-7fc9-4c60-baa7-7586d59620e9",
            "gambit_id": "e023512a-53e9-426e-a1c7-9b1a41d1b1aa",
            "last_updated": "2022-09-09T09:52:13.901336-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.07000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4047eadd-27fc-4fa8-82c2-e53197bab9db/?format=api"
        }
    ]
}