GET /api/bet_types/20050947-282c-4590-8fdd-58a371c40a49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20050947-282c-4590-8fdd-58a371c40a49",
    "match": "https://api-prod.gambitprofit.com/api/matches/65a65488-49c5-4485-a864-0de9e5f6d928/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T11:07:03.858960-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": "St Louis Battlehawks",
                "amount": 5000.0
            },
            {
                "team": "Vegas Vipers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7c63b46-c38f-440e-93f9-e1ca8897fe58",
            "gambit_id": "866760a4-7029-4c97-812b-d1f2555e4128",
            "last_updated": "2023-03-27T09:37:10.162263-04:00",
            "created_at": "2023-03-24T11:07:03.862925-04:00",
            "name": "St Louis Battlehawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20050947-282c-4590-8fdd-58a371c40a49/?format=api"
        },
        {
            "id": "ba714b56-ddc1-4b8c-9eef-46ee118c7483",
            "gambit_id": "d339106b-db1e-42ff-988c-fe5edf8571a3",
            "last_updated": "2023-03-27T09:37:10.160046-04:00",
            "created_at": "2023-03-24T11:07:03.860811-04:00",
            "name": "Vegas Vipers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20050947-282c-4590-8fdd-58a371c40a49/?format=api"
        }
    ]
}