GET /api/bet_types/9cd6e7ae-3a83-47be-9fae-a1b43a6f4ddb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cd6e7ae-3a83-47be-9fae-a1b43a6f4ddb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffd4e118-c218-4b1b-af4b-6a08320c3873/?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": "Carolina Panthers",
                "amount": 5208.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "4109069d-2abd-4430-9716-5946a0f86179",
            "gambit_id": "d0ab5cc5-9017-4017-b939-248d30f115d9",
            "last_updated": "2022-12-19T13:32:02.828718-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cd6e7ae-3a83-47be-9fae-a1b43a6f4ddb/?format=api"
        },
        {
            "id": "f9412137-1d5d-418d-a269-8a6427d5ba0a",
            "gambit_id": "5c091744-4295-48d5-9cee-81de0bd02ee9",
            "last_updated": "2022-12-19T13:32:02.830096-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cd6e7ae-3a83-47be-9fae-a1b43a6f4ddb/?format=api"
        }
    ]
}