GET /api/bet_types/b2db7502-674a-4e29-aa61-386b8c95d614/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2db7502-674a-4e29-aa61-386b8c95d614",
    "match": "https://api-prod.gambitprofit.com/api/matches/235cb9db-8f68-45ac-8de5-4f8e3bf5c832/?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 England Patriots",
                "amount": 6815.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 3185.0
            }
        ],
        "expected_reward_tokens": 9268.35,
        "profit_sb": 268.35,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "9fe2eb58-f19d-432a-84a5-349cedf25858",
            "gambit_id": "d24d32fc-3b51-4b3b-b9f9-c5d4a51b8898",
            "last_updated": "2022-08-20T12:17:02.110502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2db7502-674a-4e29-aa61-386b8c95d614/?format=api"
        },
        {
            "id": "5e3b9287-81bf-4a3c-89a4-8766466d4072",
            "gambit_id": "0dd47ebe-c30d-4b41-af84-b431cb64cce9",
            "last_updated": "2022-08-20T12:17:02.110972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "2.91000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2db7502-674a-4e29-aa61-386b8c95d614/?format=api"
        }
    ]
}