GET /api/bet_types/737d9a3f-9d97-42d7-8e94-aff6600af82f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "737d9a3f-9d97-42d7-8e94-aff6600af82f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8aeb8f2b-e6b9-412b-8cab-f818241a9214/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:17.412251-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": "Nashville Predators",
                "amount": 6241.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e320636-64d3-4c36-be88-c0b45f198795",
            "gambit_id": "3699c9e8-b99f-4299-b837-6659beeefe72",
            "last_updated": "2023-03-13T13:12:08.573399-04:00",
            "created_at": "2023-03-11T09:32:17.415266-05:00",
            "name": "Nashville Predators",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737d9a3f-9d97-42d7-8e94-aff6600af82f/?format=api"
        },
        {
            "id": "9f3407e9-a3b7-45fe-b7a6-4dae3c306f66",
            "gambit_id": "f2e2423b-ecce-4c4c-acf7-30e8fe23f068",
            "last_updated": "2023-03-13T13:12:08.571493-04:00",
            "created_at": "2023-03-11T09:32:17.413629-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737d9a3f-9d97-42d7-8e94-aff6600af82f/?format=api"
        }
    ]
}