GET /api/bet_types/ad4d7d09-656f-4f7a-9d46-15617a62a150/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad4d7d09-656f-4f7a-9d46-15617a62a150",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb6412e9-aa72-462a-994e-47297139d710/?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": "Bowling Green",
                "amount": 5000.0
            },
            {
                "team": "Akron",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb020ab2-41b1-4a74-8fc7-f562649d5ec8",
            "gambit_id": "88cb5216-b304-483a-a1fb-8e1a175e84f5",
            "last_updated": "2022-10-02T20:07:01.296206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad4d7d09-656f-4f7a-9d46-15617a62a150/?format=api"
        },
        {
            "id": "f7a08bf5-16cd-474c-bd91-990e2839ce3c",
            "gambit_id": "8784910d-3456-4ec0-bb85-9b3b8680a531",
            "last_updated": "2022-10-02T20:07:01.295232-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad4d7d09-656f-4f7a-9d46-15617a62a150/?format=api"
        }
    ]
}