GET /api/bet_types/41c7188e-c40f-4181-be7e-cbcee934d714/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41c7188e-c40f-4181-be7e-cbcee934d714",
    "match": "https://api-prod.gambitprofit.com/api/matches/79a03f52-8113-4a21-915a-9baebda676a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T08:53:10.391412-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": "CHC (J Taillon)",
                "amount": 5980.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3cc66f2-5acd-44a2-b7ac-15d007a5c947",
            "gambit_id": "fb6fc7ce-0b1b-4d60-bd45-e22fa00c1dec",
            "last_updated": "2023-07-20T09:53:26.705108-04:00",
            "created_at": "2023-07-18T08:53:10.394406-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c7188e-c40f-4181-be7e-cbcee934d714/?format=api"
        },
        {
            "id": "c3e7e5fd-cea2-4271-9588-ca1df08c63fa",
            "gambit_id": "ae617c7c-edab-4180-b7c5-03bba0d808cd",
            "last_updated": "2023-07-20T09:53:26.703296-04:00",
            "created_at": "2023-07-18T08:53:10.392859-04:00",
            "name": "WAS (P Corbin)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c7188e-c40f-4181-be7e-cbcee934d714/?format=api"
        }
    ]
}