GET /api/bet_types/46e72ed7-a297-4d57-aa84-256fcbabbaa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46e72ed7-a297-4d57-aa84-256fcbabbaa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b23c3f6e-05a0-4d91-8886-d34e56785033/?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": "San Jose Sharks",
                "amount": 5945.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "61b4cdac-9227-48e3-9a32-d9aa0ad19aa3",
            "gambit_id": "3d89e4ac-e124-48d9-8dd8-261339652781",
            "last_updated": "2022-10-24T10:17:10.802578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46e72ed7-a297-4d57-aa84-256fcbabbaa2/?format=api"
        },
        {
            "id": "de53d21e-2f4b-495d-9cde-291bb1d24932",
            "gambit_id": "7973a541-e793-4432-b714-1d3cb6cea899",
            "last_updated": "2022-10-24T10:17:10.801533-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46e72ed7-a297-4d57-aa84-256fcbabbaa2/?format=api"
        }
    ]
}