GET /api/bet_types/689bc2e3-ca5e-47ab-849b-6552b18740b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "689bc2e3-ca5e-47ab-849b-6552b18740b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d561fde2-01cb-4aaa-ab56-4167a581c9a8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:07.135814-04: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": "MIA",
                "amount": 5602.0
            },
            {
                "team": "ATL",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3632bb1-3a6d-42f7-80d9-9b202cc6da06",
            "gambit_id": "7d9020a1-33a1-4a43-8bf0-3339a5e60328",
            "last_updated": "2023-07-03T01:13:11.005971-04:00",
            "created_at": "2023-07-01T09:23:07.137544-04:00",
            "name": "MIA",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/689bc2e3-ca5e-47ab-849b-6552b18740b0/?format=api"
        },
        {
            "id": "02e22ceb-d372-4af7-9cee-0fbae6796548",
            "gambit_id": "90c6eb50-4a9f-46b5-a307-11f346357422",
            "last_updated": "2023-07-03T01:13:11.007303-04:00",
            "created_at": "2023-07-01T09:23:07.139423-04:00",
            "name": "ATL",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/689bc2e3-ca5e-47ab-849b-6552b18740b0/?format=api"
        }
    ]
}