GET /api/bet_types/42b2b734-6a3c-49ed-b18c-cdeaa280fb41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42b2b734-6a3c-49ed-b18c-cdeaa280fb41",
    "match": "https://api-prod.gambitprofit.com/api/matches/510b0597-05a7-4099-9352-f350ef3584e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:52.945079-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b959885-3657-4c3b-8c40-07b461692b41",
            "gambit_id": "431429d9-494f-4623-ae22-e02fbdbdb75e",
            "last_updated": "2023-01-25T10:37:22.631747-05:00",
            "created_at": "2023-01-24T09:31:52.947701-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b2b734-6a3c-49ed-b18c-cdeaa280fb41/?format=api"
        },
        {
            "id": "f5b9573f-9ae9-4a70-9955-97d57f344723",
            "gambit_id": "8cc9871f-61bb-41cc-8538-44efec3a75ae",
            "last_updated": "2023-01-25T10:37:22.627652-05:00",
            "created_at": "2023-01-24T09:31:52.946367-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b2b734-6a3c-49ed-b18c-cdeaa280fb41/?format=api"
        }
    ]
}