GET /api/bet_types/1bb70c3c-b259-47e6-a5b9-0f967255b637/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bb70c3c-b259-47e6-a5b9-0f967255b637",
    "match": "https://api-prod.gambitprofit.com/api/matches/907a6419-b043-48e6-b07f-ccebf2835f3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:11.250030-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "812544ad-e84c-493e-a94e-d5becd19c88d",
            "gambit_id": "b060e399-4bab-4551-a740-d60caaaa7385",
            "last_updated": "2023-03-07T10:17:16.976327-05:00",
            "created_at": "2023-03-06T08:07:11.251312-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bb70c3c-b259-47e6-a5b9-0f967255b637/?format=api"
        },
        {
            "id": "a910e495-2da9-4ce2-9eb9-b1830109ad7e",
            "gambit_id": "2870ce03-9b60-47a4-b0e8-1f49ff215cfa",
            "last_updated": "2023-03-07T10:17:16.977727-05:00",
            "created_at": "2023-03-06T08:07:11.252595-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bb70c3c-b259-47e6-a5b9-0f967255b637/?format=api"
        }
    ]
}