GET /api/bet_types/50279cf9-57f1-4572-976b-8eca6f6f59e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50279cf9-57f1-4572-976b-8eca6f6f59e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d73388e-b94c-486e-9822-f7e6e57bad29/?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": "STL",
                "amount": 6132.0
            },
            {
                "team": "NYY",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d4f0a13-6db9-4793-af2c-2189b66510d0",
            "gambit_id": "1afdd866-eac5-4b78-a084-aa8b8bb57472",
            "last_updated": "2022-08-07T10:52:18.083025-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50279cf9-57f1-4572-976b-8eca6f6f59e8/?format=api"
        },
        {
            "id": "8e8bdb72-a673-4900-8c08-9e2bac2fbfd6",
            "gambit_id": "fc9d4cb9-1458-41a9-9674-e2634fdfa409",
            "last_updated": "2022-08-07T10:52:18.083686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50279cf9-57f1-4572-976b-8eca6f6f59e8/?format=api"
        }
    ]
}