GET /api/bet_types/d369452b-cab9-40f4-b2a7-8f15156f8f8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d369452b-cab9-40f4-b2a7-8f15156f8f8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d924769a-c5d8-40c1-8ad4-60db153d0198/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:58.817157-04: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": "Minnesota Vikings",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d261a37c-bc8c-42a5-b7ad-96715545c541",
            "gambit_id": "fd662a87-5836-4fdd-9ffe-1044c5ea63b4",
            "last_updated": "2023-08-29T09:27:55.544678-04:00",
            "created_at": "2023-08-24T12:57:58.825340-04:00",
            "name": "Minnesota Vikings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d369452b-cab9-40f4-b2a7-8f15156f8f8e/?format=api"
        },
        {
            "id": "da8cdb7b-3aa7-4f01-b672-dac13136e6b0",
            "gambit_id": "fa191c8f-a5d9-4b62-9376-eb6b452fba1b",
            "last_updated": "2023-08-29T09:27:55.540271-04:00",
            "created_at": "2023-08-24T12:57:58.821058-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d369452b-cab9-40f4-b2a7-8f15156f8f8e/?format=api"
        }
    ]
}