GET /api/bet_types/f0c7ca3f-f219-4a28-a8fe-19846bacc723/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0c7ca3f-f219-4a28-a8fe-19846bacc723",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e26f17c-69db-4515-8b5d-0eba04e0e77d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:12.518153-04: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": "HOU",
                "amount": 6232.0
            },
            {
                "team": "BOS",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d24bc61-c0d2-4092-86b6-7cfdaf92d784",
            "gambit_id": "b15e6b7c-6240-4cd7-9af9-61fc7335a8c7",
            "last_updated": "2023-08-30T13:32:57.794604-04:00",
            "created_at": "2023-08-29T08:33:12.521987-04:00",
            "name": "HOU",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c7ca3f-f219-4a28-a8fe-19846bacc723/?format=api"
        },
        {
            "id": "8c2f0c69-4a25-4bc2-8c53-97dc0144a2e6",
            "gambit_id": "b71ae607-615a-48f5-aeef-ac17956708e5",
            "last_updated": "2023-08-30T13:32:57.791322-04:00",
            "created_at": "2023-08-29T08:33:12.526055-04:00",
            "name": "BOS",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c7ca3f-f219-4a28-a8fe-19846bacc723/?format=api"
        }
    ]
}