GET /api/bet_types/8f74f9de-0bd1-4285-a4c9-e40f40bb7b18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f74f9de-0bd1-4285-a4c9-e40f40bb7b18",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b86fff4-106a-4f07-9501-018180582043/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-20T09:16:48.331492-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": "Boston Bruins",
                "amount": 7373.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ad25369-ffef-4af1-9bfa-9981bdc3b81f",
            "gambit_id": "e53c6ea5-61a2-4dd9-9647-f3d463f76a4f",
            "last_updated": "2023-02-21T09:31:48.071693-05:00",
            "created_at": "2023-02-20T09:16:48.332830-05:00",
            "name": "Boston Bruins",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f74f9de-0bd1-4285-a4c9-e40f40bb7b18/?format=api"
        },
        {
            "id": "503fabe7-7f4a-43fe-b1da-a55b310d47cb",
            "gambit_id": "5558646b-1384-4bb9-8c68-0341769da2f3",
            "last_updated": "2023-02-21T09:31:48.072861-05:00",
            "created_at": "2023-02-20T09:16:48.334124-05:00",
            "name": "Ottawa Senators",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f74f9de-0bd1-4285-a4c9-e40f40bb7b18/?format=api"
        }
    ]
}