GET /api/bet_types/7537aa17-1bfc-42fe-b3fe-55c299f5e373/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7537aa17-1bfc-42fe-b3fe-55c299f5e373",
    "match": "https://api-prod.gambitprofit.com/api/matches/910b0d45-9261-4304-b258-ecd5c1cab8de/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:50.383045-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": "OAK",
                "amount": 5317.0
            },
            {
                "team": "ARI",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "9aef138a-471c-48f2-9049-e00fc3e0e466",
            "gambit_id": "3fc1c824-5c24-483c-86a0-a29d6d80cb5f",
            "last_updated": "2023-05-18T11:47:19.174210-04:00",
            "created_at": "2023-05-17T11:06:50.385117-04:00",
            "name": "OAK",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7537aa17-1bfc-42fe-b3fe-55c299f5e373/?format=api"
        },
        {
            "id": "b45eaa52-3b78-46ac-9235-cb45452da31d",
            "gambit_id": "6b902195-b12e-4246-a379-1bbec8fff8af",
            "last_updated": "2023-05-18T11:47:19.175635-04:00",
            "created_at": "2023-05-17T11:06:50.387403-04:00",
            "name": "ARI",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7537aa17-1bfc-42fe-b3fe-55c299f5e373/?format=api"
        }
    ]
}