GET /api/bet_types/3ae74eb0-18bd-4195-ae47-e14ba2655dfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ae74eb0-18bd-4195-ae47-e14ba2655dfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b0adb75-6080-4f1d-bc2c-6a5b055b72a4/?format=api",
    "name": "Play the Odds",
    "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": "Texas Tech",
                "amount": 5000.0
            },
            {
                "team": "Kansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ead5b18-d0e0-45b8-a9eb-c7b29720b438",
            "gambit_id": "9ad6efc4-4c8e-482e-b0c5-9be1dd1af12c",
            "last_updated": "2022-11-14T09:43:41.681427-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ae74eb0-18bd-4195-ae47-e14ba2655dfd/?format=api"
        },
        {
            "id": "07a5878a-3a75-4fce-83cc-ee79d11ce5d1",
            "gambit_id": "0d40559c-cbe0-48f1-91ee-a6ecb37e41ee",
            "last_updated": "2022-11-14T09:43:41.682425-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ae74eb0-18bd-4195-ae47-e14ba2655dfd/?format=api"
        }
    ]
}