GET /api/bet_types/81458c08-0193-4108-8de3-09cdce6e29b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81458c08-0193-4108-8de3-09cdce6e29b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f725948b-bc67-46f2-84c4-e6ef449881d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:46:53.133709-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": "San Antonio Brahmas",
                "amount": 5000.0
            },
            {
                "team": "Seattle Sea Dragons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc35a269-6286-4049-a23a-ca2a2803fc06",
            "gambit_id": "31146f8b-a149-4513-8045-c18e486d4975",
            "last_updated": "2023-03-13T10:21:56.857864-04:00",
            "created_at": "2023-03-07T09:46:53.136214-05:00",
            "name": "San Antonio Brahmas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81458c08-0193-4108-8de3-09cdce6e29b9/?format=api"
        },
        {
            "id": "38a5801b-6744-420e-ba21-dbbae811ac3f",
            "gambit_id": "42eebd7f-923e-4bdf-bda5-a40948770294",
            "last_updated": "2023-03-13T10:21:56.856554-04:00",
            "created_at": "2023-03-07T09:46:53.134971-05:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81458c08-0193-4108-8de3-09cdce6e29b9/?format=api"
        }
    ]
}