GET /api/bet_types/aff3832b-1dc7-4422-9019-3d07d9fffb5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aff3832b-1dc7-4422-9019-3d07d9fffb5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5b5b856-d8e3-4d73-b179-6cf118c4e572/?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": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ad7e732-56be-4e4c-a56b-03e166bb8893",
            "gambit_id": "969f8698-2bd4-4052-badc-8bf3b0d66d32",
            "last_updated": "2022-10-11T11:56:57.257383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aff3832b-1dc7-4422-9019-3d07d9fffb5c/?format=api"
        },
        {
            "id": "0cb6ee53-931b-4833-91ea-7df476008855",
            "gambit_id": "eb21f653-b004-4d19-96c5-0f53ecc1b54d",
            "last_updated": "2022-10-11T11:56:57.256391-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aff3832b-1dc7-4422-9019-3d07d9fffb5c/?format=api"
        }
    ]
}