GET /api/bet_types/48090d84-f793-4906-9911-94c55aec89b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48090d84-f793-4906-9911-94c55aec89b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/957070e1-2e15-4bc4-9dab-75dd3c452863/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:43:01.519744-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 Francisco 49ers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "12bdf230-f3b2-4f6d-88af-48c3b7ecfa12",
            "gambit_id": "3d233f83-4043-4557-aaf5-1b442550d2ac",
            "last_updated": "2024-01-09T10:28:28.361459-05:00",
            "created_at": "2024-01-04T09:43:01.528058-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48090d84-f793-4906-9911-94c55aec89b4/?format=api"
        },
        {
            "id": "ad3e6b4e-d5be-4ff4-b141-6d74202f97be",
            "gambit_id": "312252e6-b7ae-4dd0-9ace-10c8b8f0e828",
            "last_updated": "2024-01-09T10:28:28.357840-05:00",
            "created_at": "2024-01-04T09:43:01.523888-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48090d84-f793-4906-9911-94c55aec89b4/?format=api"
        }
    ]
}