GET /api/bet_types/e5c53d73-c7f4-415f-a16f-d1436f27fa7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5c53d73-c7f4-415f-a16f-d1436f27fa7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccbdfdac-847a-4f7f-b3dd-9ea7d12aa98c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Oregon State",
                "amount": 5000.0
            },
            {
                "team": "Washington",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "17c6b32c-9316-4968-ae1e-bcda68e9b461",
            "gambit_id": "2511eb3f-5a15-4d2a-83d0-cf56c5815952",
            "last_updated": "2022-11-05T09:42:53.239822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5c53d73-c7f4-415f-a16f-d1436f27fa7c/?format=api"
        },
        {
            "id": "84c6b08e-0f03-4380-94a8-84c1fa53c3cf",
            "gambit_id": "2cdf779d-6a6b-4396-b297-1f3729631b87",
            "last_updated": "2022-11-05T09:42:53.238890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5c53d73-c7f4-415f-a16f-d1436f27fa7c/?format=api"
        }
    ]
}