GET /api/bet_types/184f7534-94ca-4f55-9b57-aca35916e88d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "184f7534-94ca-4f55-9b57-aca35916e88d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dcace3a-5ead-4755-a569-46e3575d21fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T09:37:08.666191-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": "Minnesota Timberwolves",
                "amount": 6575.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "15bd44cc-2285-4930-9c1f-a8163a8f9d57",
            "gambit_id": "ca276ba1-7cf5-4827-b84b-34f630de696e",
            "last_updated": "2023-01-12T15:36:59.504793-05:00",
            "created_at": "2023-01-11T09:37:08.668951-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/184f7534-94ca-4f55-9b57-aca35916e88d/?format=api"
        },
        {
            "id": "d6d455b5-8c39-4b20-84ea-41938f9f8e30",
            "gambit_id": "9d8ba18d-2ab6-4f87-9955-737921c0d33f",
            "last_updated": "2023-01-12T15:36:59.503746-05:00",
            "created_at": "2023-01-11T09:37:08.667460-05:00",
            "name": "Detroit Pistons",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/184f7534-94ca-4f55-9b57-aca35916e88d/?format=api"
        }
    ]
}