GET /api/bet_types/4b9a5104-9793-4677-909b-84e2e2f9d330/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b9a5104-9793-4677-909b-84e2e2f9d330",
    "match": "https://api-prod.gambitprofit.com/api/matches/e516b189-3b02-413d-9655-78007ac3ddbb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:57.877273-04: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 Islanders",
                "amount": 6241.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d57f1f4-058e-46fc-afa6-57615cb43bca",
            "gambit_id": "cea65596-4a07-4f17-9ca2-836560eeb21d",
            "last_updated": "2023-03-19T17:06:59.227286-04:00",
            "created_at": "2023-03-18T08:46:57.881194-04:00",
            "name": "New York Islanders",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9a5104-9793-4677-909b-84e2e2f9d330/?format=api"
        },
        {
            "id": "3d35e4f9-5353-4c7d-8efd-e3aab0aa955e",
            "gambit_id": "e49b90a7-e5ab-477d-ab0c-a614165199da",
            "last_updated": "2023-03-19T17:06:59.226041-04:00",
            "created_at": "2023-03-18T08:46:57.879345-04:00",
            "name": "San Jose Sharks",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9a5104-9793-4677-909b-84e2e2f9d330/?format=api"
        }
    ]
}