GET /api/bet_types/992eec36-0b4c-4fa4-b801-c7a715c4d4a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "992eec36-0b4c-4fa4-b801-c7a715c4d4a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c4e1843-0aec-428c-a9bd-a58b89d348e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:24.408192-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": "LOS",
                "amount": 6232.0
            },
            {
                "team": "TEX",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f4a61d1-cfb2-4bc8-963d-abe3ccc89e4f",
            "gambit_id": "770c1753-ffb1-4bc1-8bc9-ffad4c7dc0a8",
            "last_updated": "2023-07-22T11:28:20.925696-04:00",
            "created_at": "2023-07-21T08:53:24.409604-04:00",
            "name": "LOS",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/992eec36-0b4c-4fa4-b801-c7a715c4d4a3/?format=api"
        },
        {
            "id": "0e5d9962-8539-4c6c-834f-21579bca8e4c",
            "gambit_id": "92ec3f1f-193d-4305-80d8-751754e49e1e",
            "last_updated": "2023-07-22T11:28:20.929287-04:00",
            "created_at": "2023-07-21T08:53:24.411048-04:00",
            "name": "TEX",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/992eec36-0b4c-4fa4-b801-c7a715c4d4a3/?format=api"
        }
    ]
}