GET /api/bet_types/da91c553-0ed7-4f5b-bd92-da8ae3eca3f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da91c553-0ed7-4f5b-bd92-da8ae3eca3f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4810e0a-bde1-4a0c-a70e-226cf93aaa3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:23.027138-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": "Indianapolis Colts",
                "amount": 5107.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "96e6c01c-36da-404d-9ce4-7d8436ed417b",
            "gambit_id": "2920e891-f002-4926-a528-c30e0ed959c6",
            "last_updated": "2023-08-14T11:18:18.081149-04:00",
            "created_at": "2023-08-11T11:43:23.030732-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da91c553-0ed7-4f5b-bd92-da8ae3eca3f0/?format=api"
        },
        {
            "id": "42b5a1d2-3c33-412e-b16c-ab2f8b0cb721",
            "gambit_id": "1bb6dd38-3112-4a75-a1aa-7ac2a649dcd4",
            "last_updated": "2023-08-14T11:18:18.091744-04:00",
            "created_at": "2023-08-11T11:43:23.034573-04:00",
            "name": "Buffalo Bills",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da91c553-0ed7-4f5b-bd92-da8ae3eca3f0/?format=api"
        }
    ]
}