GET /api/bet_types/c71e6b16-03cf-4c3a-8b76-8365fa22f562/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c71e6b16-03cf-4c3a-8b76-8365fa22f562",
    "match": "https://api-prod.gambitprofit.com/api/matches/933cb1d2-1523-4747-bc7b-850d68b1cb0d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-03T08:48:00.789116-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7247c52a-c8c3-4e13-bad1-5be5fcf6f80d",
            "gambit_id": "bdab5dce-11eb-49fd-84c1-c6e1ae7b3d11",
            "last_updated": "2024-02-05T14:23:22.703931-05:00",
            "created_at": "2024-02-03T08:48:00.806145-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c71e6b16-03cf-4c3a-8b76-8365fa22f562/?format=api"
        },
        {
            "id": "5d2657a8-b349-4762-9375-b243808c38d8",
            "gambit_id": "7c6e293c-7fd4-47d1-ad68-9e4533559155",
            "last_updated": "2024-02-05T14:23:22.707855-05:00",
            "created_at": "2024-02-03T08:48:00.812014-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c71e6b16-03cf-4c3a-8b76-8365fa22f562/?format=api"
        }
    ]
}