GET /api/bet_types/48e4eb09-245e-4bf7-8b9b-b84d749ebee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48e4eb09-245e-4bf7-8b9b-b84d749ebee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/db2dad38-1f73-4263-b60b-fc3f98ad954d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:21.951347-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": "Anaheim Ducks",
                "amount": 6232.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "6841439f-6ff8-4685-a97b-1df3b9e64012",
            "gambit_id": "f7e12d1a-c033-4631-aa0e-1efea31966b6",
            "last_updated": "2024-02-01T10:53:01.725705-05:00",
            "created_at": "2024-01-31T09:58:21.959626-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48e4eb09-245e-4bf7-8b9b-b84d749ebee3/?format=api"
        },
        {
            "id": "dd9e92be-01f6-4017-86df-25fb72041491",
            "gambit_id": "911323b7-032d-4b8f-81b0-c734eaabfee9",
            "last_updated": "2024-02-01T10:53:01.718367-05:00",
            "created_at": "2024-01-31T09:58:21.955788-05:00",
            "name": "San Jose Sharks",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48e4eb09-245e-4bf7-8b9b-b84d749ebee3/?format=api"
        }
    ]
}