GET /api/bet_types/e7563a62-a64d-4527-8338-7dbe957ba3e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7563a62-a64d-4527-8338-7dbe957ba3e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0b98ca4-584b-47b8-bf38-6427027e9911/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-26T14:02:55.016884-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": "SFO",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c48a8689-605c-4cf7-97df-5a3130ad099b",
            "gambit_id": "6be09317-662d-4d5f-99e4-1fe2c6595951",
            "last_updated": "2023-08-02T21:43:06.705816-04:00",
            "created_at": "2023-07-26T14:02:55.032716-04:00",
            "name": "SFO",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7563a62-a64d-4527-8338-7dbe957ba3e5/?format=api"
        },
        {
            "id": "9eefa0d4-903b-4157-8407-fc21cf217fb6",
            "gambit_id": "ef813ca0-d277-4d81-b2b0-64eed538712a",
            "last_updated": "2023-08-02T21:43:06.700964-04:00",
            "created_at": "2023-07-26T14:02:55.023107-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7563a62-a64d-4527-8338-7dbe957ba3e5/?format=api"
        }
    ]
}