GET /api/bet_types/d23e4f42-2aae-43bd-a491-fadae7388d86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d23e4f42-2aae-43bd-a491-fadae7388d86",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2713371-a60e-4d07-9b2d-b9fdca552083/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:16.353676-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2cdecfa-d933-4714-9c92-62d6f2701400",
            "gambit_id": "4a1fcd34-6a93-4690-a109-ccc4e1d0b3f7",
            "last_updated": "2023-03-12T20:26:56.297698-04:00",
            "created_at": "2023-03-11T09:32:16.358048-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23e4f42-2aae-43bd-a491-fadae7388d86/?format=api"
        },
        {
            "id": "88e1b964-1f25-4d50-926c-96c0b7f7ecb6",
            "gambit_id": "1e3b115e-0d43-4a63-a6b6-5f65c519728a",
            "last_updated": "2023-03-12T20:26:56.295657-04:00",
            "created_at": "2023-03-11T09:32:16.356122-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23e4f42-2aae-43bd-a491-fadae7388d86/?format=api"
        }
    ]
}