GET /api/bet_types/d855d0fe-3fc7-4518-8a06-4016d173cf42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d855d0fe-3fc7-4518-8a06-4016d173cf42",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ec7522f-28ff-4d8a-836b-10c3b6abab9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-27T09:22:59.556015-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": "HOU (F Valdez)",
                "amount": 5222.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3e3b965-ff43-42f1-b5fd-a5c4ae23e498",
            "gambit_id": "473badfb-538f-45ca-aed7-0d58b2f2ef35",
            "last_updated": "2023-09-28T18:53:20.411425-04:00",
            "created_at": "2023-09-27T09:22:59.559670-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d855d0fe-3fc7-4518-8a06-4016d173cf42/?format=api"
        },
        {
            "id": "1001dde8-4913-477a-8542-528f6cb57702",
            "gambit_id": "fe8183dc-be59-48a8-bc87-d389cc46c2af",
            "last_updated": "2023-09-28T18:53:20.414854-04:00",
            "created_at": "2023-09-27T09:22:59.578922-04:00",
            "name": "SEA (B Miller)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d855d0fe-3fc7-4518-8a06-4016d173cf42/?format=api"
        }
    ]
}