GET /api/bet_types/8b7e6995-fa07-48f8-b5ed-e64bb43fb1e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b7e6995-fa07-48f8-b5ed-e64bb43fb1e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff8d4a8a-f251-4a54-9fd2-7773e9fc6608/?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": "Nevada",
                "amount": 5000.0
            },
            {
                "team": "UNLV",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f19769a-298a-4d0a-8abe-54ad84b9c76b",
            "gambit_id": "78a8fb4a-a13f-495f-8bcd-601317a6d249",
            "last_updated": "2022-11-28T09:37:06.058850-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b7e6995-fa07-48f8-b5ed-e64bb43fb1e7/?format=api"
        },
        {
            "id": "aa230537-6f2d-4be1-a1bc-8abab92af10a",
            "gambit_id": "484fbcba-ef38-49d9-9c3c-a88b3e97abe7",
            "last_updated": "2022-11-28T09:37:06.057858-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b7e6995-fa07-48f8-b5ed-e64bb43fb1e7/?format=api"
        }
    ]
}