GET /api/bet_types/38536c8e-9c88-441a-8eff-2a0060e7d000/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38536c8e-9c88-441a-8eff-2a0060e7d000",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b57ddba-5615-4eba-99c2-234c5583db94/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Memphis Grizzlies",
                "amount": 5829.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "a275b493-0778-4f28-af74-8de726e22c86",
            "gambit_id": "021a383e-0d1f-4206-8f46-53b0ed9eae36",
            "last_updated": "2022-12-01T16:12:22.899516-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38536c8e-9c88-441a-8eff-2a0060e7d000/?format=api"
        },
        {
            "id": "abde338b-bde6-4944-91f3-680fce7ce6f0",
            "gambit_id": "cd2d1017-b0b1-4e4c-9d0a-4fc5b775a5e5",
            "last_updated": "2022-12-01T16:12:22.898326-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38536c8e-9c88-441a-8eff-2a0060e7d000/?format=api"
        }
    ]
}