GET /api/bet_types/224be6af-18e8-41b5-9867-db0756ce808a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "224be6af-18e8-41b5-9867-db0756ce808a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b588939d-4f82-418c-93f5-380a52464926/?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": "LSU",
                "amount": 5000.0
            },
            {
                "team": "Florida State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7307c06-d720-4787-9a8c-ee7d2457e8f4",
            "gambit_id": "b8e4f02f-6892-43ca-9e96-f999be5b7f9b",
            "last_updated": "2022-09-05T21:27:08.689940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/224be6af-18e8-41b5-9867-db0756ce808a/?format=api"
        },
        {
            "id": "f2aa0a0f-3b93-411d-99e5-b12b6cd16f2e",
            "gambit_id": "9f0c53b9-9c2e-4917-bb70-3fba9b94a25d",
            "last_updated": "2022-09-05T21:27:08.690897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/224be6af-18e8-41b5-9867-db0756ce808a/?format=api"
        }
    ]
}