GET /api/bet_types/7f6f8c5d-6378-451b-96fe-6dc85545b2e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f6f8c5d-6378-451b-96fe-6dc85545b2e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddbaeeb8-5539-4f14-bf22-16b10f302c73/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:12.628834-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": "TEX",
                "amount": 6390.0
            },
            {
                "team": "ARI",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "dedf015e-a322-49c7-af03-2274ecfba849",
            "gambit_id": "a7e76531-6e12-45e3-b75b-76094f127196",
            "last_updated": "2023-08-23T10:58:23.754036-04:00",
            "created_at": "2023-08-22T08:23:12.632444-04:00",
            "name": "TEX",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f6f8c5d-6378-451b-96fe-6dc85545b2e3/?format=api"
        },
        {
            "id": "3b8dcd8d-e4e0-41cb-9613-7b830e672896",
            "gambit_id": "6485dc3a-f5d5-4c63-bc9e-cbaada5f2082",
            "last_updated": "2023-08-23T10:58:23.757282-04:00",
            "created_at": "2023-08-22T08:23:12.636674-04:00",
            "name": "ARI",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f6f8c5d-6378-451b-96fe-6dc85545b2e3/?format=api"
        }
    ]
}