GET /api/bet_types/f21c9837-9f67-484f-b269-4013ddde566b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f21c9837-9f67-484f-b269-4013ddde566b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc2426b0-f2f8-4738-b4a6-4c7562a04a59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:22.096417-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": "Philadelphia 76ers",
                "amount": 7525.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2475.0
            }
        ],
        "expected_reward_tokens": 9479.25,
        "profit_sb": -20.75,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "105fa02c-790c-4452-a7a2-0b9436adbeab",
            "gambit_id": "45aaabf4-b0c8-456d-bf6f-c09ff7f9b624",
            "last_updated": "2023-04-16T18:16:47.964490-04:00",
            "created_at": "2023-04-13T09:32:22.097734-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21c9837-9f67-484f-b269-4013ddde566b/?format=api"
        },
        {
            "id": "61d45dad-8c06-4029-819b-b00edbfe3989",
            "gambit_id": "1bc8623d-c9cd-4b4f-b90b-54b4dbe7af7f",
            "last_updated": "2023-04-16T18:16:47.966276-04:00",
            "created_at": "2023-04-13T09:32:22.099067-04:00",
            "name": "Brooklyn Nets",
            "reward": "3.83000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21c9837-9f67-484f-b269-4013ddde566b/?format=api"
        }
    ]
}