GET /api/bet_types/2f3aeffc-2622-4bb5-831f-ee6642000a44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f3aeffc-2622-4bb5-831f-ee6642000a44",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed464e73-54d6-4394-ae92-d856d55da0cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T11:57:12.029620-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 Jersey Devils",
                "amount": 5939.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "00ad448a-1032-40a0-a3a2-0b7fe47198ea",
            "gambit_id": "78a9d1e3-522f-425a-b6f1-4ad9b89fd436",
            "last_updated": "2023-04-05T22:52:11.131100-04:00",
            "created_at": "2023-04-04T11:57:12.032944-04:00",
            "name": "New Jersey Devils",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f3aeffc-2622-4bb5-831f-ee6642000a44/?format=api"
        },
        {
            "id": "45f1fd9a-a160-4576-b508-65fc6252e19c",
            "gambit_id": "0aaececf-50f2-4518-ae86-fe1090f57323",
            "last_updated": "2023-04-05T22:52:11.129019-04:00",
            "created_at": "2023-04-04T11:57:12.031262-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f3aeffc-2622-4bb5-831f-ee6642000a44/?format=api"
        }
    ]
}