GET /api/bet_types/f52fd2b7-731c-43f7-8816-c3b0126a96e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f52fd2b7-731c-43f7-8816-c3b0126a96e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc99a65-7228-4b36-8386-8f4d1bafafd3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-27T09:17:04.972887-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": "Sacramento Kings",
                "amount": 7024.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "5099526d-e817-4ab8-9892-e4f6637414f9",
            "gambit_id": "1058f590-318d-4ea3-975a-80b30d32f243",
            "last_updated": "2023-03-28T11:01:57.339642-04:00",
            "created_at": "2023-03-27T09:17:04.974938-04:00",
            "name": "Sacramento Kings",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f52fd2b7-731c-43f7-8816-c3b0126a96e9/?format=api"
        },
        {
            "id": "cff818ae-42ba-4286-87cd-eed2b14e9972",
            "gambit_id": "0aea91ff-b544-41d1-8979-7f291f88cf7c",
            "last_updated": "2023-03-28T11:01:57.342495-04:00",
            "created_at": "2023-03-27T09:17:04.976915-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f52fd2b7-731c-43f7-8816-c3b0126a96e9/?format=api"
        }
    ]
}