GET /api/bet_types/163746ed-c5b8-4d02-b9fa-c469defb07f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "163746ed-c5b8-4d02-b9fa-c469defb07f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a5fd266-ddb3-4e3b-9b7e-d109be0d1895/?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": "SFO",
                "amount": 5676.0
            },
            {
                "team": "SDG",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a3cf636-5a04-46dc-822e-0e0c004814a3",
            "gambit_id": "23fbb7e8-6c82-49f6-a54d-319b97343584",
            "last_updated": "2022-08-11T09:47:07.994095-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/163746ed-c5b8-4d02-b9fa-c469defb07f7/?format=api"
        },
        {
            "id": "f822b354-3393-4dc2-a14c-88a23c3a4218",
            "gambit_id": "92593a73-8613-447c-89ad-f7e5f7d7d4af",
            "last_updated": "2022-08-11T09:47:07.993601-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/163746ed-c5b8-4d02-b9fa-c469defb07f7/?format=api"
        }
    ]
}