GET /api/bet_types/5ccb6e47-21be-428f-b888-71d1af6c3aa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ccb6e47-21be-428f-b888-71d1af6c3aa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3e1e430-2267-42f2-89d4-810bcb70c80d/?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": "New York Jets",
                "amount": 5492.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bd76dd0-c593-490e-93b7-39ad9b5d72d1",
            "gambit_id": "9b400bbf-b2a0-431f-93ea-e136d2aa238d",
            "last_updated": "2022-12-19T13:37:02.488882-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ccb6e47-21be-428f-b888-71d1af6c3aa6/?format=api"
        },
        {
            "id": "8a52fc16-8c63-447c-a26e-12152165a7f1",
            "gambit_id": "ad0d5a7d-2a1b-44e4-8617-4607cd253156",
            "last_updated": "2022-12-19T13:37:02.487777-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ccb6e47-21be-428f-b888-71d1af6c3aa6/?format=api"
        }
    ]
}