GET /api/bet_types/83f6be93-3536-4d80-a59a-90ba643cd1c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83f6be93-3536-4d80-a59a-90ba643cd1c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d4fa7a9-7f7f-4ef9-a209-f7ec33cc2045/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "33d73c28-387e-47b4-b0cd-b0d7da7476b5",
            "gambit_id": "ca433a9c-e827-477d-8221-4839c3903f3f",
            "last_updated": "2022-11-03T09:43:21.473266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f6be93-3536-4d80-a59a-90ba643cd1c7/?format=api"
        },
        {
            "id": "e8a5b347-2219-47ef-b1c7-0d2f94848e0e",
            "gambit_id": "22f3cf98-e22b-4538-8fb9-b30d08d3c591",
            "last_updated": "2022-11-03T09:43:21.472298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f6be93-3536-4d80-a59a-90ba643cd1c7/?format=api"
        }
    ]
}