GET /api/bet_types/b194f4c2-6776-49ab-a276-ab56ed8811a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b194f4c2-6776-49ab-a276-ab56ed8811a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9777504f-68d6-425d-9ae5-a08d65cf63c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:41:58.614585-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": "CIN",
                "amount": 5699.0
            },
            {
                "team": "TEX",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a6ed8ab-2e98-4424-819e-0ce29f5b96ae",
            "gambit_id": "06158e84-3621-41b9-8151-f256c5e5fa25",
            "last_updated": "2023-04-26T12:02:16.400714-04:00",
            "created_at": "2023-04-25T11:41:58.617077-04:00",
            "name": "CIN",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b194f4c2-6776-49ab-a276-ab56ed8811a5/?format=api"
        },
        {
            "id": "4a9df494-e8df-4d9e-b767-0c427601ce5d",
            "gambit_id": "08297afc-5033-42c3-88d3-e324c62a042e",
            "last_updated": "2023-04-26T12:02:16.402043-04:00",
            "created_at": "2023-04-25T11:41:58.619570-04:00",
            "name": "TEX",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b194f4c2-6776-49ab-a276-ab56ed8811a5/?format=api"
        }
    ]
}