GET /api/bet_types/33f115db-ba1a-4a89-8ce2-091e95c714e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33f115db-ba1a-4a89-8ce2-091e95c714e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0dfaad1-b897-4d8e-9b29-075913a72b6f/?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": 6166.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c191208-c6ce-4744-a3d5-85f36bbd5740",
            "gambit_id": "5ac637c2-c2c1-4835-909d-7809e52e71a4",
            "last_updated": "2022-12-23T11:57:13.373343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33f115db-ba1a-4a89-8ce2-091e95c714e5/?format=api"
        },
        {
            "id": "d56d0d9b-4c59-477e-a8d6-208d5a9bf60e",
            "gambit_id": "a5356bec-9d14-4804-b0f2-b4dc73836363",
            "last_updated": "2022-12-23T11:57:13.374401-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33f115db-ba1a-4a89-8ce2-091e95c714e5/?format=api"
        }
    ]
}