GET /api/bet_types/a9d8cdb5-e60a-48b9-9b52-6bef668b49eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9d8cdb5-e60a-48b9-9b52-6bef668b49eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/26a0a388-8d71-40c1-975a-d42b0cb7c75c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T14:52:57.441138-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": "Texas Rangers",
                "amount": 5415.0
            },
            {
                "team": "Toronto Blue Jays",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc47395f-f275-4381-98e5-21941cf252b5",
            "gambit_id": "ff12a1c5-02d6-46a8-a50d-fa8803ff1fc4",
            "last_updated": "2023-06-18T10:23:06.024435-04:00",
            "created_at": "2023-06-17T14:52:57.444951-04:00",
            "name": "Texas Rangers",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d8cdb5-e60a-48b9-9b52-6bef668b49eb/?format=api"
        },
        {
            "id": "d3867793-8f13-4801-9d22-285b2ad0651b",
            "gambit_id": "997d677f-7ce8-4e17-888e-4d85505e3cbc",
            "last_updated": "2023-06-18T10:23:06.021867-04:00",
            "created_at": "2023-06-17T14:52:57.443026-04:00",
            "name": "Toronto Blue Jays",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d8cdb5-e60a-48b9-9b52-6bef668b49eb/?format=api"
        }
    ]
}