GET /api/bet_types/fa376095-8623-4f1f-a0a3-7e9b3d1cd9eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa376095-8623-4f1f-a0a3-7e9b3d1cd9eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc2811b1-e068-46ce-bee3-c4c1f54e8765/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "LOS (A Heaney)",
                "amount": 7115.0
            },
            {
                "team": "KAN (B Keller)",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9318.55,
        "profit_sb": 318.55,
        "profit_sb_percentage": 3.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2c8c8f2-2b60-45f4-b0ec-e9b2b34c30b1",
            "gambit_id": "6ab6adcb-647b-4aa2-9eab-a55c7efe8389",
            "last_updated": "2022-08-14T13:41:54.002668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (A Heaney)",
            "reward": "1.31000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa376095-8623-4f1f-a0a3-7e9b3d1cd9eb/?format=api"
        },
        {
            "id": "7ddc3a4a-8545-4ff2-ab8b-4d5782cf9231",
            "gambit_id": "0db5c8df-23c3-4f50-a159-93b0811c4594",
            "last_updated": "2022-08-14T13:41:54.002239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (B Keller)",
            "reward": "3.23000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa376095-8623-4f1f-a0a3-7e9b3d1cd9eb/?format=api"
        }
    ]
}