GET /api/bet_types/c5db1fc2-882b-4a12-a661-3d55a123bd8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5db1fc2-882b-4a12-a661-3d55a123bd8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0258d116-a38d-4f32-b9e4-23884235d09c/?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": "Phoenix Suns",
                "amount": 7016.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2984.0
            }
        ],
        "expected_reward_tokens": 9190.72,
        "profit_sb": 190.72,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b2a121b-e1a5-4b35-af1c-b2962249c5f3",
            "gambit_id": "99470066-a1f3-4b50-a257-237c37b4eccb",
            "last_updated": "2022-12-21T10:36:58.499617-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5db1fc2-882b-4a12-a661-3d55a123bd8a/?format=api"
        },
        {
            "id": "de8e6dd9-7f92-43bc-bff8-ff53c0089e10",
            "gambit_id": "58c99e0d-4b6e-4b91-9f42-6303584d30a1",
            "last_updated": "2022-12-21T10:36:58.498016-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "3.08000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5db1fc2-882b-4a12-a661-3d55a123bd8a/?format=api"
        }
    ]
}