GET /api/bet_types/a3bdb915-e098-40aa-b5c5-11e12aa1b163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3bdb915-e098-40aa-b5c5-11e12aa1b163",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c485dbf-905b-4585-8109-8013540bc75c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T08:48:22.893060-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": "SDG",
                "amount": 5423.0
            },
            {
                "team": "LOS",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd9e28f0-d264-43e0-a057-a44c2ab96016",
            "gambit_id": "3346c2eb-e37e-442b-a56d-3e33c0fc6d63",
            "last_updated": "2023-09-12T21:13:17.354455-04:00",
            "created_at": "2023-09-11T08:48:22.896962-04:00",
            "name": "SDG",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3bdb915-e098-40aa-b5c5-11e12aa1b163/?format=api"
        },
        {
            "id": "738ed17a-91d2-4e53-ae54-910b58bc49a4",
            "gambit_id": "c6fa173a-c376-4579-849e-d1a05cf0139c",
            "last_updated": "2023-09-12T21:13:17.357944-04:00",
            "created_at": "2023-09-11T08:48:22.900810-04:00",
            "name": "LOS",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3bdb915-e098-40aa-b5c5-11e12aa1b163/?format=api"
        }
    ]
}