GET /api/bet_types/0ea6a829-fa68-4c81-b884-5555b9266704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ea6a829-fa68-4c81-b884-5555b9266704",
    "match": "https://api-prod.gambitprofit.com/api/matches/1930e40f-2be1-4be4-84f0-fab421cd6aa0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-03T09:18:02.719962-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": "NYY",
                "amount": 6154.0
            },
            {
                "team": "HOU",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "caf21d23-c961-417c-a8df-65b839428260",
            "gambit_id": "06728cc5-5729-4ff7-af61-480b660ba88f",
            "last_updated": "2023-08-04T11:48:17.387921-04:00",
            "created_at": "2023-08-03T09:18:02.737872-04:00",
            "name": "NYY",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea6a829-fa68-4c81-b884-5555b9266704/?format=api"
        },
        {
            "id": "47dc0087-7739-45dd-8efe-483a49704476",
            "gambit_id": "df062b5c-d49d-47ec-b581-a0d17bc54be1",
            "last_updated": "2023-08-04T11:48:17.383521-04:00",
            "created_at": "2023-08-03T09:18:02.730090-04:00",
            "name": "HOU",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea6a829-fa68-4c81-b884-5555b9266704/?format=api"
        }
    ]
}