GET /api/bet_types/431b25e4-4af2-4a76-9cec-caaf22404488/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "431b25e4-4af2-4a76-9cec-caaf22404488",
    "match": "https://api-prod.gambitprofit.com/api/matches/847141fe-4375-4ad3-9823-0132a16a7cf0/?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": "CWS",
                "amount": 5208.0
            },
            {
                "team": "SDG",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "6eefccb2-4137-4c52-b2ee-5df63df553a3",
            "gambit_id": "0d4bd2d4-2894-4821-a87c-c8d923f6856e",
            "last_updated": "2022-10-02T15:17:07.831408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/431b25e4-4af2-4a76-9cec-caaf22404488/?format=api"
        },
        {
            "id": "4d86bf0f-b6f6-4aff-8982-129210dea4fd",
            "gambit_id": "56f21095-6892-430e-90c9-1aa949daa698",
            "last_updated": "2022-10-02T15:17:07.830388-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/431b25e4-4af2-4a76-9cec-caaf22404488/?format=api"
        }
    ]
}