GET /api/bet_types/a36679b5-5f68-42ed-8fc6-66fae34e1019/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a36679b5-5f68-42ed-8fc6-66fae34e1019",
    "match": "https://api-prod.gambitprofit.com/api/matches/4595d200-3445-49c2-ae83-63d861b5a93c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:04.030588-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0352a516-4f51-451f-a1f8-83fa8aa55e81",
            "gambit_id": "fd0047be-d5c5-48d9-a0ab-c9fd2b9fdb90",
            "last_updated": "2023-03-30T10:26:56.753585-04:00",
            "created_at": "2023-03-29T10:07:04.033114-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36679b5-5f68-42ed-8fc6-66fae34e1019/?format=api"
        },
        {
            "id": "39bef72c-f8f2-4b79-b537-edfce2572818",
            "gambit_id": "b92af73a-8794-4d5a-9058-ba94b52d78a1",
            "last_updated": "2023-03-30T10:26:56.755079-04:00",
            "created_at": "2023-03-29T10:07:04.035056-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36679b5-5f68-42ed-8fc6-66fae34e1019/?format=api"
        }
    ]
}