GET /api/bet_types/107c5ff5-db9f-48dc-884f-5594fd7e7dd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "107c5ff5-db9f-48dc-884f-5594fd7e7dd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd52bb70-6231-498d-a656-f6dc4d793398/?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": "Los Angeles Rams",
                "amount": 5097.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "446144ed-80fd-45de-92e1-9adfebacc3df",
            "gambit_id": "4452dfd0-a46e-44ed-8aad-864691483684",
            "last_updated": "2022-11-07T09:57:23.064059-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/107c5ff5-db9f-48dc-884f-5594fd7e7dd7/?format=api"
        },
        {
            "id": "4895fce8-210a-47e7-b455-99dbf85895ea",
            "gambit_id": "c2a99859-3d93-4f3d-99e0-45bf98a99b8a",
            "last_updated": "2022-11-07T09:57:23.062893-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/107c5ff5-db9f-48dc-884f-5594fd7e7dd7/?format=api"
        }
    ]
}