GET /api/bet_types/cc64bbe4-770c-4a0d-8d84-b6942b4347b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc64bbe4-770c-4a0d-8d84-b6942b4347b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27267af-955d-42b5-9365-4feebce0fe47/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T08:28:02.541099-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": "CWS",
                "amount": 5213.0
            },
            {
                "team": "NYY",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "93e9888b-435a-4f2e-b246-0e80bf69548b",
            "gambit_id": "4356ee5d-87fc-4a22-9afb-0b42d9ac4862",
            "last_updated": "2023-08-09T10:43:18.106816-04:00",
            "created_at": "2023-08-07T08:28:02.552872-04:00",
            "name": "CWS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc64bbe4-770c-4a0d-8d84-b6942b4347b1/?format=api"
        },
        {
            "id": "5a7f9a5a-b680-4e73-b9e5-881a44bc0252",
            "gambit_id": "137e2aca-8f9c-4fee-9220-7c1558a22d74",
            "last_updated": "2023-08-09T10:43:18.101696-04:00",
            "created_at": "2023-08-07T08:28:02.547302-04:00",
            "name": "NYY",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc64bbe4-770c-4a0d-8d84-b6942b4347b1/?format=api"
        }
    ]
}