GET /api/bet_types/0d0f4c61-6eda-4e8e-bb7c-dee027aac57b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d0f4c61-6eda-4e8e-bb7c-dee027aac57b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f64b89a-7ecd-4d84-adf5-c3ac59341274/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:21:51.606847-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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c688452-b6e2-49a6-b5f6-7a8ed1d82272",
            "gambit_id": "73a3f477-3bb1-4298-8245-43f414eb75c7",
            "last_updated": "2023-01-15T15:22:17.003714-05:00",
            "created_at": "2023-01-11T10:21:51.607952-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d0f4c61-6eda-4e8e-bb7c-dee027aac57b/?format=api"
        },
        {
            "id": "b699fdcf-21ba-4ff8-aac5-bf1e4b8f1d51",
            "gambit_id": "92c2903f-1c4e-4322-ab06-77b02285f5ff",
            "last_updated": "2023-01-15T15:22:17.006858-05:00",
            "created_at": "2023-01-11T10:21:51.609107-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d0f4c61-6eda-4e8e-bb7c-dee027aac57b/?format=api"
        }
    ]
}