GET /api/bet_types/7f4e0fc6-7a8a-422e-9e88-54d8a9315fb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f4e0fc6-7a8a-422e-9e88-54d8a9315fb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fb9da93-2229-4813-8242-ff03c2ddabdb/?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": "OAK",
                "amount": 5410.0
            },
            {
                "team": "CWS",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 9088.2,
        "profit_sb": 88.2,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0e22ceb-0b1a-4545-affb-1db80db53a3c",
            "gambit_id": "c2b39ae4-67a1-4a2d-b0e4-65a1d951e16a",
            "last_updated": "2022-12-24T17:12:19.550382-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4e0fc6-7a8a-422e-9e88-54d8a9315fb4/?format=api"
        },
        {
            "id": "0648bd12-73b2-423e-865b-92d0014002c2",
            "gambit_id": "6dbbdeb4-6b96-4663-b171-7a8007eb6f41",
            "last_updated": "2022-12-24T17:12:19.551553-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4e0fc6-7a8a-422e-9e88-54d8a9315fb4/?format=api"
        }
    ]
}