GET /api/bet_types/94b2fa44-bcf7-48a2-bfb3-e73348cf9b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94b2fa44-bcf7-48a2-bfb3-e73348cf9b6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/051bcbc3-d938-4071-a4f9-7fffb1dea796/?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": "UTEP",
                "amount": 5000.0
            },
            {
                "team": "North Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4c55743-b861-4c46-bc72-2528d07f1d3d",
            "gambit_id": "b6572c61-9ae3-4706-adb5-dece77fa52b4",
            "last_updated": "2022-08-28T11:27:16.969294-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94b2fa44-bcf7-48a2-bfb3-e73348cf9b6c/?format=api"
        },
        {
            "id": "16b5d4d1-7b36-4cc0-9a4a-c31481794c95",
            "gambit_id": "cbcb685a-e29d-4e90-bb73-0c2a4c287cc9",
            "last_updated": "2022-08-28T11:27:16.969758-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94b2fa44-bcf7-48a2-bfb3-e73348cf9b6c/?format=api"
        }
    ]
}