GET /api/bet_types/af172585-dca4-46d4-a8b5-0438029392ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af172585-dca4-46d4-a8b5-0438029392ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a400913-5d12-4a0a-9441-a21971f0a8ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:14.033249-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": "PIT",
                "amount": 5000.0
            },
            {
                "team": "MIN",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b738a158-224f-4f23-916b-c172111ffa1c",
            "gambit_id": "5e832abe-fb99-453f-863d-01fa85412b5c",
            "last_updated": "2023-08-21T10:18:07.323199-04:00",
            "created_at": "2023-08-18T08:43:14.037571-04:00",
            "name": "PIT",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af172585-dca4-46d4-a8b5-0438029392ac/?format=api"
        },
        {
            "id": "3f29ae81-312a-4a90-8f02-9bb463ad12c9",
            "gambit_id": "1679d6e9-a344-448c-87ea-6d7a542255dc",
            "last_updated": "2023-08-21T10:18:07.327389-04:00",
            "created_at": "2023-08-18T08:43:14.041899-04:00",
            "name": "MIN",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af172585-dca4-46d4-a8b5-0438029392ac/?format=api"
        }
    ]
}