GET /api/bet_types/0b657aa1-c3ac-4d28-a7b4-fa1c3ccd4eae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b657aa1-c3ac-4d28-a7b4-fa1c3ccd4eae",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b3fa153-bfbc-423c-a36f-e0c0e0e708f3/?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": "DET",
                "amount": 6118.0
            },
            {
                "team": "KAN",
                "amount": 3882.0
            }
        ],
        "expected_reward_tokens": 9238.18,
        "profit_sb": 238.18,
        "profit_sb_percentage": 2.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a69f6f6-3f76-4d30-a7bc-073088dc0d3e",
            "gambit_id": "443d4062-fc97-4ffd-854e-fcc84996b86d",
            "last_updated": "2022-09-10T21:57:30.053933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b657aa1-c3ac-4d28-a7b4-fa1c3ccd4eae/?format=api"
        },
        {
            "id": "af4b4f0a-6f0b-44ac-8fb9-e92b618cff48",
            "gambit_id": "25f3415a-5100-493a-8e9d-de493d44c7a6",
            "last_updated": "2022-09-10T21:57:30.052955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "2.38000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b657aa1-c3ac-4d28-a7b4-fa1c3ccd4eae/?format=api"
        }
    ]
}