GET /api/bet_types/a73643bb-8b51-4ee6-9791-fe6d412f8ced/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a73643bb-8b51-4ee6-9791-fe6d412f8ced",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d60f523-f418-4166-a5fc-f226258a5378/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T08:52:10.090610-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": "USC",
                "amount": 5000.0
            },
            {
                "team": "Tulane",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6403a87-1f74-4630-beac-b8d46d60c3fd",
            "gambit_id": "17c5cd94-adc2-4565-916c-8199562838f7",
            "last_updated": "2023-01-03T10:02:05.398103-05:00",
            "created_at": "2023-01-02T08:52:10.091887-05:00",
            "name": "USC",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a73643bb-8b51-4ee6-9791-fe6d412f8ced/?format=api"
        },
        {
            "id": "d529be58-10f0-422f-8006-0bc26eebb0ec",
            "gambit_id": "dec45579-788c-460b-822c-e472bf69f33e",
            "last_updated": "2023-01-03T10:02:05.399304-05:00",
            "created_at": "2023-01-02T08:52:10.093212-05:00",
            "name": "Tulane",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a73643bb-8b51-4ee6-9791-fe6d412f8ced/?format=api"
        }
    ]
}