GET /api/bet_types/f07bb6ad-5532-4b2e-9792-28ac304f3e37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f07bb6ad-5532-4b2e-9792-28ac304f3e37",
    "match": "https://api-prod.gambitprofit.com/api/matches/15f8fb47-7ab9-4b26-9c39-deb9673907ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:43:01.774048-05: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": "Buffalo Bills",
                "amount": 5107.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "528b97e2-dcae-416a-9f0b-5b701813761e",
            "gambit_id": "9373a4ae-3840-4719-9d21-14eec1028a64",
            "last_updated": "2024-01-09T10:28:29.050766-05:00",
            "created_at": "2024-01-04T09:43:01.778648-05:00",
            "name": "Buffalo Bills",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f07bb6ad-5532-4b2e-9792-28ac304f3e37/?format=api"
        },
        {
            "id": "7d7f8b38-dcd8-4aab-8177-98d23f2e9a20",
            "gambit_id": "04a375b1-7cfd-4750-88e8-4cb18c04b62d",
            "last_updated": "2024-01-09T10:28:29.055179-05:00",
            "created_at": "2024-01-04T09:43:01.783910-05:00",
            "name": "Miami Dolphins",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f07bb6ad-5532-4b2e-9792-28ac304f3e37/?format=api"
        }
    ]
}