GET /api/bet_types/3619290d-c783-4139-a063-082f6d0f07fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3619290d-c783-4139-a063-082f6d0f07fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/707624f1-9aa4-4e7a-856f-c60a2e5f4695/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:00.980568-04: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": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7fa3e42-9b0a-43d1-bf42-e2bb1454c478",
            "gambit_id": "5fa76a07-b4df-4d32-aeb3-b939499534e6",
            "last_updated": "2023-04-28T11:22:25.573460-04:00",
            "created_at": "2023-04-27T11:52:00.982107-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3619290d-c783-4139-a063-082f6d0f07fa/?format=api"
        },
        {
            "id": "167ee67b-0320-4553-ab77-599e6fb57e2b",
            "gambit_id": "a05d940d-b6f0-488c-ade7-94334533531f",
            "last_updated": "2023-04-28T11:22:25.574650-04:00",
            "created_at": "2023-04-27T11:52:00.983573-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3619290d-c783-4139-a063-082f6d0f07fa/?format=api"
        }
    ]
}