GET /api/bet_types/c0b44289-bdf3-4553-b638-def6c2a9d570/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0b44289-bdf3-4553-b638-def6c2a9d570",
    "match": "https://api-prod.gambitprofit.com/api/matches/c117b54c-81e7-4e92-810e-3c877b3eb384/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-30T08:58:07.774467-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": "Columbus Blue Jackets",
                "amount": 6232.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3d9126c-1004-4d88-a2e2-a1d08f024848",
            "gambit_id": "2dc0a825-609c-4ea5-b801-190842b4c6f5",
            "last_updated": "2024-01-31T22:18:13.525515-05:00",
            "created_at": "2024-01-30T08:58:07.779381-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b44289-bdf3-4553-b638-def6c2a9d570/?format=api"
        },
        {
            "id": "3fa8e3c8-38f8-4dd1-a610-05656558ebf5",
            "gambit_id": "04f7e08d-5c38-448b-aa4b-ea54eabffe3a",
            "last_updated": "2024-01-31T22:18:13.528768-05:00",
            "created_at": "2024-01-30T08:58:07.784559-05:00",
            "name": "St Louis Blues",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b44289-bdf3-4553-b638-def6c2a9d570/?format=api"
        }
    ]
}