GET /api/bet_types/2a03ef5b-d4d8-4fd9-9913-a60a33f379dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a03ef5b-d4d8-4fd9-9913-a60a33f379dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c627a2cb-482a-4f2e-859f-cfc0b1d3ee29/?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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "985baa3c-6732-4690-b2a0-98caeea24c80",
            "gambit_id": "d75a936f-0142-4ed1-8cfd-0acd872178e5",
            "last_updated": "2022-10-24T10:37:19.803435-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a03ef5b-d4d8-4fd9-9913-a60a33f379dd/?format=api"
        },
        {
            "id": "dcbb6090-48aa-4385-a734-72b3c8dc2c35",
            "gambit_id": "0d895bc4-53af-49c9-bda7-e0b883871e8c",
            "last_updated": "2022-10-24T10:37:19.802459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a03ef5b-d4d8-4fd9-9913-a60a33f379dd/?format=api"
        }
    ]
}