GET /api/bet_types/36b96a9d-3e7d-40f5-9521-ae455e6b011a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36b96a9d-3e7d-40f5-9521-ae455e6b011a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f92eb143-ed9d-44f5-a9a3-d2799234ac27/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-19T10:03:04.100832-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": "Philadelphia 76ers",
                "amount": 6010.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a933f69-5c44-463d-b10e-aa2bb5d85c41",
            "gambit_id": "173b7f64-bbd9-457c-9d22-c6a87a7534cf",
            "last_updated": "2023-11-21T09:08:06.964966-05:00",
            "created_at": "2023-11-19T10:03:04.104468-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36b96a9d-3e7d-40f5-9521-ae455e6b011a/?format=api"
        },
        {
            "id": "2a72e06e-ba20-47fc-9a7e-72f89509d0fb",
            "gambit_id": "bbaf8ad1-0ac3-4e64-b21b-9551301a875d",
            "last_updated": "2023-11-21T09:08:06.970019-05:00",
            "created_at": "2023-11-19T10:03:04.108911-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36b96a9d-3e7d-40f5-9521-ae455e6b011a/?format=api"
        }
    ]
}