GET /api/bet_types/a6c0c143-c8f5-4a4f-aa3f-5435992458a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6c0c143-c8f5-4a4f-aa3f-5435992458a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/22fc0427-8ecd-421e-8dc0-17f4afd7a14b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Columbus Blue Jackets",
                "amount": 5955.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4045.0
            }
        ],
        "expected_reward_tokens": 9586.65,
        "profit_sb": 86.65,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "dbe5bc3b-09b9-449c-9639-b93868bfad30",
            "gambit_id": "975f0103-6879-4a64-a0aa-b7036492b7fe",
            "last_updated": "2022-10-15T18:57:03.130491-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6c0c143-c8f5-4a4f-aa3f-5435992458a3/?format=api"
        },
        {
            "id": "e240f176-97bd-416b-9b58-30f97e3c5980",
            "gambit_id": "c9efac48-9c31-4909-a040-e9519fa54cbd",
            "last_updated": "2022-10-15T18:57:03.131455-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6c0c143-c8f5-4a4f-aa3f-5435992458a3/?format=api"
        }
    ]
}