GET /api/bet_types/35496025-1f1e-4fa1-bad9-601a398dadd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35496025-1f1e-4fa1-bad9-601a398dadd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb151337-cdd6-47cc-9af9-5ceb8370c547/?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": "Atlanta Hawks",
                "amount": 5753.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "5284f2a1-6c77-4983-a394-98464e3f75a3",
            "gambit_id": "333c4d77-3214-4d06-a48a-6a38c6a3a0b7",
            "last_updated": "2022-12-15T10:52:00.745667-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35496025-1f1e-4fa1-bad9-601a398dadd8/?format=api"
        },
        {
            "id": "11bb945a-fcf5-4328-b94e-b5d021caecd2",
            "gambit_id": "3b646e90-4ec6-4763-a72f-d09100543d5c",
            "last_updated": "2022-12-15T10:52:00.744596-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35496025-1f1e-4fa1-bad9-601a398dadd8/?format=api"
        }
    ]
}