GET /api/bet_types/d27d8a26-4a18-453b-9f1d-6b141c6724b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d27d8a26-4a18-453b-9f1d-6b141c6724b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b09b77c1-751a-492b-91ca-3eef81d490b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:13.648498-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": "Dallas Stars",
                "amount": 6892.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "abfb3fec-dd1c-4f81-b6b9-06be69d6bee8",
            "gambit_id": "08387a29-e798-4846-af8f-4422cf80aa57",
            "last_updated": "2023-05-20T15:47:11.608933-04:00",
            "created_at": "2023-05-19T11:02:13.651644-04:00",
            "name": "Dallas Stars",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d27d8a26-4a18-453b-9f1d-6b141c6724b4/?format=api"
        },
        {
            "id": "f707dac7-6f4c-4575-9462-f47b25a002f2",
            "gambit_id": "ec3aae6c-2319-4ded-886c-fe3daffe86e9",
            "last_updated": "2023-05-20T15:47:11.606990-04:00",
            "created_at": "2023-05-19T11:02:13.650013-04:00",
            "name": "Vegas Golden Knights",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d27d8a26-4a18-453b-9f1d-6b141c6724b4/?format=api"
        }
    ]
}