GET /api/bet_types/da2eb546-e540-476c-97ba-8ca53354dab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da2eb546-e540-476c-97ba-8ca53354dab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/49fbccc1-8e5e-41d3-9a6e-77338101bc9e/?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": "Atlanta Falcons",
                "amount": 5000.0
            },
            {
                "team": "New York Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7da0d35-d1f4-474c-aadc-11e73e83d9fe",
            "gambit_id": "fe45f7dd-17d8-46dd-8c7d-f6389d3a8d1f",
            "last_updated": "2022-08-23T10:02:01.463977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2eb546-e540-476c-97ba-8ca53354dab0/?format=api"
        },
        {
            "id": "973e9406-5f1e-450e-85b1-d2f22011aa19",
            "gambit_id": "74fc485c-fa83-4624-a493-7f0cd664f6c6",
            "last_updated": "2022-08-23T10:02:01.463564-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2eb546-e540-476c-97ba-8ca53354dab0/?format=api"
        }
    ]
}