GET /api/bet_types/9399b72b-2fbe-4548-9b84-dcb68408c040/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9399b72b-2fbe-4548-9b84-dcb68408c040",
    "match": "https://api-prod.gambitprofit.com/api/matches/646b7dc0-451e-454f-8bb3-3b4a2d0cd3ec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T10:17:06.023421-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": "Boston Celtics",
                "amount": 8590.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1410.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "bdd138ee-bc03-41b5-b99a-f6845cacdf3e",
            "gambit_id": "2c05e7a5-be99-4f66-ad89-9014ec223dc3",
            "last_updated": "2023-03-14T12:27:15.559257-04:00",
            "created_at": "2023-03-13T10:17:06.026996-04:00",
            "name": "Boston Celtics",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9399b72b-2fbe-4548-9b84-dcb68408c040/?format=api"
        },
        {
            "id": "18f20f9c-1c20-4068-9b91-5074d3e276c5",
            "gambit_id": "a4005eb7-a986-41b2-872f-c27674601e78",
            "last_updated": "2023-03-14T12:27:15.557227-04:00",
            "created_at": "2023-03-13T10:17:06.025295-04:00",
            "name": "Houston Rockets",
            "reward": "6.76000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9399b72b-2fbe-4548-9b84-dcb68408c040/?format=api"
        }
    ]
}