GET /api/bet_types/c75179fa-156e-41d5-baa5-5d1ff07b80b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c75179fa-156e-41d5-baa5-5d1ff07b80b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/feb35a03-a111-402e-91e4-772a45a23d82/?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": "Ball State",
                "amount": 5000.0
            },
            {
                "team": "Tennessee",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "5948e667-c47d-4f6d-adcc-562f8325879a",
            "gambit_id": "a32a0d4d-d408-4fc1-b86d-56639b3ebfec",
            "last_updated": "2022-09-02T09:27:17.433412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75179fa-156e-41d5-baa5-5d1ff07b80b9/?format=api"
        },
        {
            "id": "ab4a3d9e-3e59-4588-89f6-7514dc4e5f62",
            "gambit_id": "597b88fc-b7e9-45c4-b8ae-516c7e256a0e",
            "last_updated": "2022-09-02T09:27:17.432929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75179fa-156e-41d5-baa5-5d1ff07b80b9/?format=api"
        }
    ]
}